Skip to content

A Wordpress child theme that descends from MITLibraries-parent

License

Notifications You must be signed in to change notification settings

MITLibraries/MITLibraries-child

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT Libraries' Child Wordpress Theme

Build Status Code Climate

This is the child Wordpress theme for the MIT Libraries. For documentation on its features, please see the repository wiki.

A note for developers and contributors:

Pull requests are evaluated by Travis-CI for syntax errors and security flaws using relevant sections of the WordPress Coding Standards. They are also evaluated by CodeClimate using static code analysis and linting provided by PHPCS and PHPMD. We expect that contributors are running those tools locally, or otherwise ensuring that pull requests conform to those standards. We have included the codesniffer.local.xml configuration for local use, which is typically invoked by the following command:

phpcs -psvn . --standard=./codesniffer.local.xml --extensions=php --report=source --report=full