Changeset 15054 for trunk/wp-admin/custom-background.php
- Timestamp:
- 05/29/2010 04:16:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r15020 r15054 81 81 */ 82 82 function admin_load() { 83 add_contextual_help( $this->page, '<p>' . __( 'You can customize the look of your site without touching any of your theme’s code by using a custom background. Your background can be an image or a color. 84 '<p>' . __( 'To use a background image, simply upload it, then choose your display options below. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site. 85 '<p>' . __( 'You can also choose a background color. If you know the hexadecimal code for the color you want, enter it in the Color field. If not, click on the Select a Color link, and a color picker will allow you to choose the exact shade you want. 86 '<p>' . __( 'Don’t forget to click on the Save Changes button when you are finished. 83 add_contextual_help( $this->page, '<p>' . __( 'You can customize the look of your site without touching any of your theme’s code by using a custom background. Your background can be an image or a color.' ) . '</p>' . 84 '<p>' . __( 'To use a background image, simply upload it, then choose your display options below. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site.' ) . '</p>' . 85 '<p>' . __( 'You can also choose a background color. If you know the hexadecimal code for the color you want, enter it in the Color field. If not, click on the Select a Color link, and a color picker will allow you to choose the exact shade you want.' ) . '</p>' . 86 '<p>' . __( 'Don’t forget to click on the Save Changes button when you are finished.' ) . '</p>' . 87 87 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 88 88 '<p>' . __( '<a href="http://codex.wordpress.org/" target="_blank">Documentation</a>' ) . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.