Plugin Directory

Changeset 410526


Ignore:
Timestamp:
07/16/2011 02:36:13 AM (15 years ago)
Author:
JohnONolan
Message:

Proper documentation for settings page code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui-labs/trunk/ui-labs.php

    r410500 r410526  
    2525add_filter( 'display_post_states', 'labs_display_post_states' );
    2626
    27 // pure ollie genius starts here --
    2827
     28/**
     29 * Add custom settings page
     30 *
     31 * Allows experiments to be turned on/off, written by Ollie Read
     32 *
     33 * @since 1.1
     34 */
    2935function ui_labs_init() {
    3036    ui_labs_register_settings();
     
    6369register_activation_hook(__FILE__, 'ui_labs_activation');
    6470
    65 // pure ollie genius ends here --
    66 
    67 // functions within the ollie genius section were written by Ollie Read. Unless of course they break, in which
    68 // case John O'Nolan is responsible.
    6971?>
Note: See TracChangeset for help on using the changeset viewer.