- Timestamp:
- 08/25/2012 04:53:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/inc/custom-header.php
r21329 r21617 1 1 <?php 2 2 /** 3 * Implement an optional custom header for Twenty Twelve.4 * http://codex.wordpress.org/Custom_Headers3 * Implements an optional custom header for Twenty Twelve. 4 * See http://codex.wordpress.org/Custom_Headers 5 5 * 6 6 * @package WordPress … … 10 10 11 11 /** 12 * Set up the WordPress core custom header arguments and settings. 13 * Use add_theme_support() to register support for 3.4 and up. 12 * Sets up the WordPress core custom header arguments and settings. 14 13 * 15 * @uses twentytwelve_header_style() 16 * @uses twentytwelve_admin_header_style() 17 * @uses twentytwelve_admin_header_image() 14 * @uses add_theme_support() to register support for 3.4 and up. 15 * @uses twentytwelve_header_style() to style front-end. 16 * @uses twentytwelve_admin_header_style() to style wp-admin form. 17 * @uses twentytwelve_admin_header_image() to add custom markup to wp-admin form. 18 18 * 19 19 * @since Twenty Twelve 1.0 … … 127 127 128 128 /** 129 * Custom header image markup displayed on the Appearance > Header admin panel. 129 * Outputs markup to be displayed on the Appearance > Header admin panel. 130 * This callback overrides the default markup displayed there. 130 131 * 131 132 * @since Twenty Twelve 1.0
Note: See TracChangeset
for help on using the changeset viewer.