This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/***************************************************************************************** | |
* Customize TinyMCE Configuration | |
*******************************************************************************************/ | |
// http://tinymce.moxiecode.com/wiki.php/Configuration | |
function nhcc_tinymce_config( $init ) { | |
// Change code cleanup/content filtering config | |
// Don't remove line breaks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Get GitHub API Data | |
* | |
* Uses the GitHub API (v3) to get information | |
* regarding open or closed issues (bug reports) | |
* or commits, then outputs them in a table. | |
* | |
* Derived from code originally developed by | |
* Michael Fields (@_mfields): | |
* @link https://gist.github.com/1061846 Simple Github commit API shortcode for WordPress |
NewerOlder