Changeset 16612
- Timestamp:
- 11/29/2010 04:54:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/settings.php
r16431 r16612 103 103 <th scope="row"><?php _e( 'Add New Users' ) ?></th> 104 104 <td> 105 <label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php checked( get_site_option( 'add_new_users' ) ) ?> /> <?php _e( 'Allow site administrators to add new users to their site via the "Users ->Add New" page.' ); ?></label>105 <label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php checked( get_site_option( 'add_new_users' ) ) ?> /> <?php _e( 'Allow site administrators to add new users to their site via the "Users → Add New" page.' ); ?></label> 106 106 </td> 107 107 </tr> -
trunk/wp-admin/network/sites.php
r16329 r16612 94 94 <?php echo $msg; ?> 95 95 <?php if ( current_user_can( 'create_sites') ) : ?> 96 <a href="<?php echo network_admin_url('site-new.php'); ?>" class="button add-new-h2"><?php echo esc_html_x( 'Add New', 'site s' ); ?></a>96 <a href="<?php echo network_admin_url('site-new.php'); ?>" class="button add-new-h2"><?php echo esc_html_x( 'Add New', 'site' ); ?></a> 97 97 <?php endif; ?> 98 98 -
trunk/wp-admin/network/users.php
r16272 r16612 69 69 <h2><?php esc_html_e( 'Users' ); 70 70 if ( current_user_can( 'create_users') ) : ?> 71 <a href="<?php echo network_admin_url('user-new.php'); ?>" class="button add-new-h2"><?php echo esc_html_x( 'Add New', 'user s' ); ?></a><?php71 <a href="<?php echo network_admin_url('user-new.php'); ?>" class="button add-new-h2"><?php echo esc_html_x( 'Add New', 'user' ); ?></a><?php 72 72 endif; 73 73 -
trunk/wp-includes/script-loader.php
r16607 r16612 332 332 'tagsUsed' => __('Tags used on this post:'), 333 333 'add' => esc_attr(__('Add')), 334 'addTag' => esc_attr(__('Add new tag')),334 'addTag' => esc_attr(__('Add new Tag')), 335 335 'separate' => __('Separate tags with commas'), 336 336 'ok' => __('OK'),
Note: See TracChangeset
for help on using the changeset viewer.