- Timestamp:
- 07/27/2025 01:03:38 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/inc/custom-header.php
r59832 r60515 1 1 <?php 2 2 /** 3 * Implement a custom header for Twenty Thirteen3 * Implements a custom header for Twenty Thirteen 4 4 * 5 5 * @link https://codex.wordpress.org/Custom_Headers … … 11 11 12 12 /** 13 * Set up the WordPress core custom header arguments and settings.13 * Sets up the WordPress core custom header arguments and settings. 14 14 * 15 15 * @uses add_theme_support() to register support for 3.4 and up. … … 66 66 67 67 /** 68 * Load our special font CSS files.68 * Loads our special font CSS files. 69 69 * 70 70 * @since Twenty Thirteen 1.0 … … 80 80 81 81 /** 82 * Style the header text displayed on the blog.82 * Styles the header text displayed on the blog. 83 83 * 84 84 * get_header_textcolor() options: Hide text (returns 'blank'), or any hex value. … … 148 148 149 149 /** 150 * Style the header image displayed on the Appearance > Header admin panel.150 * Styles the header image displayed on the Appearance > Header admin panel. 151 151 * 152 152 * @since Twenty Thirteen 1.0 … … 213 213 214 214 /** 215 * Output markup to be displayed on the Appearance > Header admin panel.215 * Outputs markup to be displayed on the Appearance > Header admin panel. 216 216 * 217 217 * This callback overrides the default markup displayed there.
Note: See TracChangeset
for help on using the changeset viewer.