Changeset 12453 for branches/2.9/wp-admin/update-core.php
- Timestamp:
- 12/18/2009 06:19:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.9/wp-admin/update-core.php
r12441 r12453 189 189 $compat = '<br />' . sprintf(__('Compatibility with WordPress %1$s: %2$d%% (%3$d "works" votes out of %4$d total)'), $cur_wp_version, $compat[0], $compat[2], $compat[1]); 190 190 } else { 191 $compat = '<br />' . sprintf(__('Compatibility with WordPress %1$s: Unknown )'), $cur_wp_version);191 $compat = '<br />' . sprintf(__('Compatibility with WordPress %1$s: Unknown'), $cur_wp_version); 192 192 } 193 193 // Get plugin compat for updated version of WordPress.
Note: See TracChangeset
for help on using the changeset viewer.