Changeset 19515 for trunk/wp-admin/custom-header.php
- Timestamp:
- 12/01/2011 02:28:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r19514 r19515 100 100 */ 101 101 function help() { 102 get_current_screen()->add_help_tab( array(103 'id' => 'overview',104 'title' => __('Overview'),105 'content' =>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>' .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>' .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>'102 get_current_screen()->add_help_tab( array( 103 'id' => 'overview', 104 'title' => __('Overview'), 105 'content' => 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>' . 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>' . 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>' 109 109 ) ); 110 110
Note: See TracChangeset
for help on using the changeset viewer.