Make WordPress Core

Changeset 36850


Ignore:
Timestamp:
03/04/2016 09:09:31 PM (9 years ago)
Author:
ocean90
Message:

I18N: Fix an invalid placeholder added in [36844].

See #36048.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update.php

    r36844 r36850  
    365365                $r->new_version,
    366366                wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $file, 'upgrade-plugin_' . $file ),
    367                 /* translators: %û: plugin name */
     367                /* translators: %s: plugin name */
    368368                esc_attr( sprintf( __( 'Update %s now' ), $plugin_name ) )
    369369            );
Note: See TracChangeset for help on using the changeset viewer.