Make WordPress Core


Ignore:
Timestamp:
05/04/2010 05:13:11 PM (15 years ago)
Author:
nacin
Message:

Add trailing slash to some home_url() calls. props zeo, fixes #13245.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-background.php

    r14404 r14443  
    141141<?php if ( !empty($this->updated) ) { ?>
    142142<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>
    144144</div>
    145145<?php }
Note: See TracChangeset for help on using the changeset viewer.