Changeset 20944 for trunk/wp-admin/custom-header.php
- Timestamp:
- 05/27/2012 04:25:43 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/custom-header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r20885 r20944 112 112 '<p>' . __( 'You can choose from the theme’s default header images, or use one of your own. You can also customize how your Site Title and Tagline are displayed.') . '<p>' 113 113 ) ); 114 114 115 115 get_current_screen()->add_help_tab( array( 116 116 'id' => 'set-header-image', … … 122 122 '<p>' . __( 'If you don’t want a header image to be displayed on your site at all, click the “Remove Header Image” button at the bottom of the Header Image section of this page. If you want to re-enable the header image later, you just have to select one of the other image options and click “Save Changes”.') . '</p>' 123 123 ) ); 124 124 125 125 get_current_screen()->add_help_tab( array( 126 126 'id' => 'set-header-text',
Note: See TracChangeset
for help on using the changeset viewer.