- Timestamp:
- 09/20/2013 07:23:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/inc/custom-header.php
r24050 r25521 1 1 <?php 2 2 /** 3 * Implements an optional custom header for Twenty Twelve. 3 * Implement an optional custom header for Twenty Twelve 4 * 4 5 * See http://codex.wordpress.org/Custom_Headers 5 6 * … … 10 11 11 12 /** 12 * Set sup the WordPress core custom header arguments and settings.13 * Set up the WordPress core custom header arguments and settings. 13 14 * 14 15 * @uses add_theme_support() to register support for 3.4 and up. … … 48 49 49 50 /** 50 * Load sour special font CSS file.51 * Load our special font CSS file. 51 52 * 52 53 * @since Twenty Twelve 1.2 … … 62 63 63 64 /** 64 * Style sthe header text displayed on the blog.65 * Style the header text displayed on the blog. 65 66 * 66 67 * get_header_textcolor() options: 515151 is default, hide text (returns 'blank'), or any hex value. … … 102 103 103 104 /** 104 * Style sthe header image displayed on the Appearance > Header admin panel.105 * Style the header image displayed on the Appearance > Header admin panel. 105 106 * 106 107 * @since Twenty Twelve 1.0 … … 142 143 143 144 /** 144 * Outputs markup to be displayed on the Appearance > Header admin panel. 145 * Output markup to be displayed on the Appearance > Header admin panel. 146 * 145 147 * This callback overrides the default markup displayed there. 146 148 *
Note: See TracChangeset
for help on using the changeset viewer.