Changeset 39808 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 01/11/2017 10:36:59 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r39324 r39808 251 251 <?php 252 252 foreach ( (array) $plugins as $plugin_file => $plugin_data ) { 253 $plugin_data = (object) _get_plugin_data_markup_translate( $plugin_file, (array) $plugin_data, false, true ); 254 253 255 // Get plugin compat for running version of WordPress. 254 256 if ( isset($plugin_data->update->tested) && version_compare($plugin_data->update->tested, $cur_wp_version, '>=') ) {
Note: See TracChangeset
for help on using the changeset viewer.