Changeset 43571 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r43548 r43571 962 962 */ 963 963 function _thickbox_path_admin_subfolder() { 964 ?>964 ?> 965 965 <script type="text/javascript"> 966 966 var tb_pathToImage = "<?php echo includes_url( 'js/thickbox/loadingAnimation.gif', 'relative' ); ?>"; 967 967 </script> 968 <?php968 <?php 969 969 } 970 970 … … 1066 1066 <?php } ?> 1067 1067 </tr> 1068 <?php1068 <?php 1069 1069 } 1070 1070 } … … 1077 1077 1078 1078 if ( 1 == count( $users ) ) : 1079 ?>1079 ?> 1080 1080 <p><?php _e( 'Once you hit “Confirm Deletion”, the user will be permanently removed.' ); ?></p> 1081 1081 <?php else : ?> … … 1085 1085 1086 1086 submit_button( __( 'Confirm Deletion' ), 'primary' ); 1087 1087 ?> 1088 1088 </form> 1089 1089 <?php … … 1097 1097 */ 1098 1098 function network_settings_add_js() { 1099 ?>1099 ?> 1100 1100 <script type="text/javascript"> 1101 1101 jQuery(document).ready( function($) { … … 1110 1110 }); 1111 1111 </script> 1112 <?php1112 <?php 1113 1113 } 1114 1114 … … 1148 1148 */ 1149 1149 $links = apply_filters( 1150 'network_edit_site_nav_links', array( 1150 'network_edit_site_nav_links', 1151 array( 1151 1152 'site-info' => array( 1152 1153 'label' => __( 'Info' ), … … 1174 1175 // Parse arguments 1175 1176 $r = wp_parse_args( 1176 $args, array( 1177 $args, 1178 array( 1177 1179 'blog_id' => isset( $_GET['blog_id'] ) ? (int) $_GET['blog_id'] : 0, 1178 1180 'links' => $links,
Note: See TracChangeset
for help on using the changeset viewer.