Ticket #11485: t11485-stray-paren.diff
| File t11485-stray-paren.diff, 789 bytes (added by , 16 years ago) |
|---|
-
wp-admin/update-core.php
188 188 $compat = $info->compatibility[$cur_wp_version][$plugin_data->update->new_version]; 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. 194 194 if ( $core_update_version ) {