Changeset 19514 for trunk/wp-admin/custom-header.php
- Timestamp:
- 12/01/2011 02:22:07 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/custom-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r19119 r19514 100 100 */ 101 101 function help() { 102 add_contextual_help( $this->page, 102 get_current_screen()->add_help_tab( array( 103 'id' => 'overview', 104 'title' => __('Overview'), 105 'content' => 103 106 '<p>' . __( 'You can set a custom image header for your site. Simply upload the image and crop it, and the new header will go live immediately.' ) . '</p>' . 104 107 '<p>' . __( 'If you want to discard your custom header and go back to the default included in your theme, click on the buttons to remove the custom image and restore the original header image.' ) . '</p>' . 105 108 '<p>' . __( 'Some themes come with additional header images bundled. If you see multiple images displayed, select the one you’d like and click the Save Changes button.' ) . '</p>' 106 ) ;109 ) ); 107 110 108 111 get_current_screen()->set_help_sidebar(
Note: See TracChangeset
for help on using the changeset viewer.