- Timestamp:
- 10/15/2014 05:20:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php
r29719 r29903 98 98 * Hide "featured" tag from the front-end. 99 99 * 100 * Has to run on wp_loaded so that the preview filters of the customizer100 * Has to run on wp_loaded so that the preview filters of the Customizer 101 101 * have a chance to alter the value. 102 102 * … … 397 397 * @since Twenty Fourteen 1.0 398 398 * 399 * @param WP_Customize_Manager $wp_customize ThemeCustomizer object.399 * @param WP_Customize_Manager $wp_customize Customizer object. 400 400 */ 401 401 public static function customize_register( $wp_customize ) {
Note: See TracChangeset
for help on using the changeset viewer.