Make WordPress Core


Ignore:
Timestamp:
12/17/2009 10:01:46 PM (14 years ago)
Author:
ryan
Message:

Escape percent sign. Props sirzooro. fixes #11476 for 2.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.9/wp-admin/update-core.php

    r12437 r12441  
    184184        // Get plugin compat for running version of WordPress.
    185185        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);
    187187        } elseif ( isset($info->compatibility[$cur_wp_version][$plugin_data->update->new_version]) ) {
    188188            $compat = $info->compatibility[$cur_wp_version][$plugin_data->update->new_version];
Note: See TracChangeset for help on using the changeset viewer.