Make WordPress Core


Ignore:
Timestamp:
08/10/2015 06:10:11 PM (11 years ago)
Author:
helen
Message:

Network admin: Internationalize some existing strings that were missed in [33186].

Also adds the trailing slash to the get_home_url() calls.

props johnbillion.
fixes #33317.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/site-users.php

    r33494 r33603  
    186186<div class="wrap">
    187187<h1 id="edit-site"><?php echo $title; ?></h1>
    188 <p class="edit-site-actions"><a href="<?php echo esc_url( get_home_url( $id ) ); ?>">Visit</a> | <a href="<?php echo esc_url( get_admin_url( $id ) ); ?>">Dashboard</a></p>
     188<p class="edit-site-actions"><a href="<?php echo esc_url( get_home_url( $id, '/' ) ); ?>"><?php _e( 'Visit' ); ?></a> | <a href="<?php echo esc_url( get_admin_url( $id ) ); ?>"><?php _e( 'Dashboard' ); ?></a></p>
    189189<h3 class="nav-tab-wrapper">
    190190<?php
Note: See TracChangeset for help on using the changeset viewer.