- Timestamp:
- 10/11/2013 10:01:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/custom-header.php
r25765 r25769 1 1 <?php 2 2 /** 3 * Implement Custom Header functionality for Twenty Fourteen 4 * 3 5 * @package WordPress 4 6 * @subpackage Twenty_Fourteen 7 * @since Twenty Fourteen 1.0 5 8 */ 6 9 7 10 /** 8 * Setup the WordPress core custom header feature. 11 * Set up the WordPress core custom header settings. 12 * 13 * @since Twenty Fourteen 1.0 9 14 * 10 15 * @uses twentyfourteen_header_style() … … 26 31 if ( ! function_exists( 'twentyfourteen_admin_header_style' ) ) : 27 32 /** 28 * Style sthe header image displayed on the Appearance > Header admin panel.33 * Style the header image displayed on the Appearance > Header admin panel. 29 34 * 30 * @see twentyfourteen_custom_header_setup(). 35 * @link twentyfourteen_custom_header_setup(). 36 * 37 * @since Twenty Fourteen 1.0 31 38 */ 32 39 function twentyfourteen_admin_header_style() { … … 59 66 if ( ! function_exists( 'twentyfourteen_admin_header_image' ) ) : 60 67 /** 61 * C ustom header image markup displayed on the Appearance > Header admin panel.68 * Create the custom header image markup displayed on the Appearance > Header admin panel. 62 69 * 63 * @see twentyfourteen_custom_header_setup(). 70 * @link twentyfourteen_custom_header_setup(). 71 * 72 * @since Twenty Fourteen 1.0 64 73 */ 65 74 function twentyfourteen_admin_header_image() {
Note: See TracChangeset
for help on using the changeset viewer.