Remove stray paren. Props demetris. fixes #11485
git-svn-id: https://develop.svn.wordpress.org/trunk@12452 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
715fa5d163
commit
81d878ae27
@ -188,7 +188,7 @@ function list_plugin_updates() {
|
|||||||
$compat = $info->compatibility[$cur_wp_version][$plugin_data->update->new_version];
|
$compat = $info->compatibility[$cur_wp_version][$plugin_data->update->new_version];
|
||||||
$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]);
|
$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]);
|
||||||
} else {
|
} else {
|
||||||
$compat = '<br />' . sprintf(__('Compatibility with WordPress %1$s: Unknown)'), $cur_wp_version);
|
$compat = '<br />' . sprintf(__('Compatibility with WordPress %1$s: Unknown'), $cur_wp_version);
|
||||||
}
|
}
|
||||||
// Get plugin compat for updated version of WordPress.
|
// Get plugin compat for updated version of WordPress.
|
||||||
if ( $core_update_version ) {
|
if ( $core_update_version ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user