Changeset 52978 for trunk/src/wp-admin/includes/class-custom-background.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-custom-background.php
r51637 r52978 91 91 '<p>' . __( 'To use a background image, simply upload it or choose an image that has already been uploaded to your Media Library by clicking the “Choose Image” button. 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>' . 92 92 '<p>' . __( 'You can also choose a background color by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. “#ff0000” for red, or by choosing a color using the color picker.' ) . '</p>' . 93 '<p>' . __( 'Do n’t forget to click on the Save Changes button when you are finished.' ) . '</p>',93 '<p>' . __( 'Do not forget to click on the Save Changes button when you are finished.' ) . '</p>', 94 94 ) 95 95 );
Note: See TracChangeset
for help on using the changeset viewer.