Changeset 14443 for trunk/wp-admin/custom-background.php
- Timestamp:
- 05/04/2010 05:13:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r14404 r14443 141 141 <?php if ( !empty($this->updated) ) { ?> 142 142 <div id="message" class="updated"> 143 <p><?php printf( __('Background updated. <a href="%s">Visit your site</a> to see how it looks.'), home_url()); ?></p>143 <p><?php printf( __( 'Background updated. <a href="%s">Visit your site</a> to see how it looks.' ), home_url( '/' ) ); ?></p> 144 144 </div> 145 145 <?php }
Note: See TracChangeset
for help on using the changeset viewer.