Changeset 12441
- Timestamp:
- 12/17/2009 10:01:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.9/wp-admin/update-core.php
r12437 r12441 184 184 // Get plugin compat for running version of WordPress. 185 185 if ( isset($info->tested) && version_compare($info->tested, $cur_wp_version, '>=') ) { 186 $compat = '<br />' . sprintf(__('Compatibility with WordPress %1$s: 100% (according to its author)'), $cur_wp_version);186 $compat = '<br />' . sprintf(__('Compatibility with WordPress %1$s: 100%% (according to its author)'), $cur_wp_version); 187 187 } elseif ( isset($info->compatibility[$cur_wp_version][$plugin_data->update->new_version]) ) { 188 188 $compat = $info->compatibility[$cur_wp_version][$plugin_data->update->new_version];
Note: See TracChangeset
for help on using the changeset viewer.