Skip to content

Instantly share code, notes, and snippets.

@scragz
Created January 28, 2011 02:20
Show Gist options
  • Save scragz/799707 to your computer and use it in GitHub Desktop.
Save scragz/799707 to your computer and use it in GitHub Desktop.
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
if (is_admin()) {
$core->registerHelpFile('wordpress/intro_to_wordpress.html', array('title' => 'Intro to WP', 'section' => 'wordpress'));
$core->addOptionPage // etc.
}
[etc.]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment