diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index fd5cd0392..cba56874f 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -140,7 +140,7 @@ class Custom_Background {

updated) ) { ?>
-

Visit your site to see how it looks.'), home_url()); ?>

+

Visit your site to see how it looks.' ), home_url( '/' ) ); ?>

-

Visit your site to see how it looks.'), home_url()); ?>

+

Visit your site to see how it looks.' ), home_url( '/' ) ); ?>

widgets settings screen to configure them.'), admin_url( 'widgets.php' ) ); ?>

-

Visit site'), home_url( '/ ' ) ); ?>

Visit site' ), home_url( '/' ) ); ?>

diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index a9e3fb81f..fd67d50b3 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -838,7 +838,7 @@ function wp_page_menu( $args = array() ) { $class = ''; if ( is_front_page() && !is_paged() ) $class = 'class="current_page_item"'; - $menu .= '
  • ' . $args['link_before'] . $text . $args['link_after'] . '
  • '; + $menu .= '
  • ' . $args['link_before'] . $text . $args['link_after'] . '
  • '; // If the front page is a page, add it to the exclude list if (get_option('show_on_front') == 'page') { if ( !empty( $list_args['exclude'] ) ) {