- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/site-info.php
r17144 r18129 79 79 } 80 80 81 $title = sprintf( __('Edit Site: %s'), get_blogaddress_by_id($id)); 81 $site_url_no_http = preg_replace( '#^http(s)?://#', '', get_blogaddress_by_id( $id ) ); 82 $title_site_url_linked = sprintf( __('Edit Site: <a href="%1$s">%2$s</a>'), get_blogaddress_by_id( $id ), $site_url_no_http ); 83 $title = sprintf( __('Edit Site: %s'), $site_url_no_http ); 84 82 85 $parent_file = 'sites.php'; 83 86 $submenu_file = 'sites.php'; … … 89 92 <div class="wrap"> 90 93 <?php screen_icon('ms-admin'); ?> 91 <h2 id="edit-site"><?php echo $title ?></h2>94 <h2 id="edit-site"><?php echo $title_site_url_linked ?></h2> 92 95 <h3 class="nav-tab-wrapper"> 93 96 <?php
Note: See TracChangeset
for help on using the changeset viewer.