- Timestamp:
- 07/24/2025 02:24:09 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php
r60159 r60506 25 25 26 26 /** 27 * Register the form setting for our twentyeleven_options array.27 * Registers the form setting for our twentyeleven_options array. 28 28 * 29 29 * This function is attached to the admin_init action hook. … … 85 85 86 86 /** 87 * Add a theme options page to the admin menu, including some help documentation.87 * Adds a theme options page to the admin menu, including some help documentation. 88 88 * 89 89 * This function is attached to the admin_menu action hook. … … 410 410 411 411 /** 412 * Enqueue the styles for the current color scheme.412 * Enqueues the styles for the current color scheme. 413 413 * 414 414 * @since Twenty Eleven 1.0 … … 434 434 435 435 /** 436 * Add a style block to the theme for the current link color.436 * Adds a style block to the theme for the current link color. 437 437 * 438 438 * This function is attached to the wp_head action hook. … … 483 483 484 484 /** 485 * Add Twenty Eleven layout classes to the array of body classes.485 * Adds Twenty Eleven layout classes to the array of body classes. 486 486 * 487 487 * @since Twenty Eleven 1.0
Note: See TracChangeset
for help on using the changeset viewer.