Changeset 29206 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r28085 r29206 1090 1090 } 1091 1091 1092 // generate the $sub_skip_list for the subdirectory as a sub-set of the existing $skip_list 1092 /* 1093 * Generate the $sub_skip_list for the subdirectory as a sub-set 1094 * of the existing $skip_list. 1095 */ 1093 1096 $sub_skip_list = array(); 1094 1097 foreach ( $skip_list as $skip_item ) { … … 1126 1129 return; 1127 1130 1128 // Load the updated default text localization domain for new strings 1131 // Load the updated default text localization domain for new strings. 1129 1132 load_default_textdomain(); 1130 1133 … … 1142 1145 <?php 1143 1146 1144 // Include admin-footer.php and exit 1147 // Include admin-footer.php and exit. 1145 1148 include(ABSPATH . 'wp-admin/admin-footer.php'); 1146 1149 exit();
Note: See TracChangeset
for help on using the changeset viewer.