Ticket #14435: 14435.16.diff
File 14435.16.diff, 820 bytes (added by , 14 years ago) |
---|
-
wp-admin/network/sites.php
89 89 <?php screen_icon('ms-admin'); ?> 90 90 <h2><?php _e('Sites') ?> 91 91 <?php echo $msg; ?> 92 <a href="<?php echo network_admin_url('site-new.php'); ?>" class="button add-new-h2"><?php echo esc_html_x( 'Add New', 'sites' ); ?></a> 92 if ( current_user_can( 'create_sites') ) : ?> 93 <a href="<?php echo network_admin_url('site-new.php'); ?>" class="button add-new-h2"><?php echo esc_html_x( 'Add New', 'sites' ); ?></a><?php 94 endif; 95 ?></a> 93 96 <?php if ( isset( $_REQUEST['s'] ) && $_REQUEST['s'] ) { 94 97 printf( '<span class="subtitle">' . __( 'Search results for “%s”' ) . '</span>', esc_html( $s ) ); 95 98 } ?>