- Timestamp:
- 08/25/2012 04:53:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/inc/theme-options.php
r21448 r21617 27 27 28 28 /** 29 * Constructor 29 * Constructor. 30 30 * 31 31 * @access public … … 45 45 46 46 /** 47 * Register the form setting for our options array.47 * Registers the form setting for our options array. 48 48 * 49 49 * This function is attached to the admin_init action hook. … … 87 87 88 88 /** 89 * Add our theme options page to the admin menu.89 * Adds our theme options page to the admin menu. 90 90 * 91 91 * This function is attached to the admin_menu action hook. … … 149 149 150 150 /** 151 * Returns the options array.151 * Displays the theme options page. 152 152 * 153 153 * @uses get_current_theme() for back compat, fallback for < 3.4 … … 176 176 177 177 /** 178 * Sanitize and validate form input. Accepts an array, return a sanitized array.178 * Sanitizes and validates form input. 179 179 * 180 180 * @see options_init() … … 196 196 197 197 /** 198 * Implement Twenty Twelve theme options into Theme Customizer.198 * Implements Twenty Twelve theme options into Theme Customizer. 199 199 * 200 200 * @since Twenty Twelve 1.0 … … 234 234 235 235 /** 236 * Bind JS handlers to make Theme Customizer preview reload changes asynchronously.236 * Binds JS handlers to make Theme Customizer preview reload changes asynchronously. 237 237 * 238 238 * @since Twenty Twelve 1.0 … … 250 250 251 251 /** 252 * Create path to load fonts CSS file with correct protocol.252 * Creates path to load fonts CSS file with correct protocol. 253 253 * 254 254 * @since Twenty Twelve 1.0
Note: See TracChangeset
for help on using the changeset viewer.