Skip to content

Instantly share code, notes, and snippets.

@scragz
Created January 28, 2011 02:20

Revisions

  1. Jason Scragz revised this gist Jan 28, 2011. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Untitled-1
    Original 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.]
  2. Jason Scragz created this gist Jan 28, 2011.
    23 changes: 23 additions & 0 deletions Untitled-1
    Original 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.]