Changeset 45932 for trunk/src/wp-admin/includes/class-custom-background.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-custom-background.php
r45926 r45932 231 231 <?php 232 232 printf( 233 /* translators: %s: URL to background image configuration in Customizer */233 /* translators: %s: URL to background image configuration in Customizer. */ 234 234 __( 'You can now manage and live-preview Custom Backgrounds in the <a href="%s">Customizer</a>.' ), 235 235 admin_url( 'customize.php?autofocus[control]=background_image' ) … … 244 244 <p> 245 245 <?php 246 /* translators: %s: Home URL */246 /* translators: %s: Home URL. */ 247 247 printf( __( 'Background updated. <a href="%s">Visit your site</a> to see how it looks.' ), home_url( '/' ) ); 248 248 ?>
Note: See TracChangeset
for help on using the changeset viewer.