Created
January 28, 2011 02:20
Revisions
-
Jason Scragz revised this gist
Jan 28, 2011 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -19,5 +19,8 @@ themes/ style_guide.html kst/init.php if (is_admin()) { $core->registerHelpFile('wordpress/intro_to_wordpress.html', array('title' => 'Intro to WP', 'section' => 'wordpress')); $core->addOptionPage // etc. } [etc.] -
Jason Scragz created this gist
Jan 28, 2011 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ plugins/ kitchen-sink-html5-base/ docs/ wordpress/ intro_to_wordpress.html theme/ customizing_icons.html [etc.] kst-extra-bonus-appliances/ docs/ tetris_plugin.html [etc.] themes/ custom-theme/ docs/ plugins/ using_paypal_because_you_are_dumb.html theme_notes/ style_guide.html kst/init.php $core->registerHelpFile('wordpress/intro_to_wordpress.html', array('title' => 'Intro to WP', 'section' => 'wordpress')); [etc.]