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/themes.php

    r14425 r14443  
    5555<div id="message2" class="updated"><p><?php printf( __('New theme activated. This theme supports widgets, please visit the <a href="%s">widgets settings</a> screen to configure them.'), admin_url( 'widgets.php' ) ); ?></p></div><?php
    5656        } else { ?>
    57 <div id="message2" class="updated"><p><?php printf( __('New theme activated. <a href="%s">Visit site</a>'), home_url( '/ ' ) ); ?></p></div><?php
     57<div id="message2" class="updated"><p><?php printf( __( 'New theme activated. <a href="%s">Visit site</a>' ), home_url( '/' ) ); ?></p></div><?php
    5858        }
    5959    elseif ( isset($_GET['deleted']) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.