Make WordPress Core

Changeset 12256


Ignore:
Timestamp:
11/22/2009 11:50:16 AM (15 years ago)
Author:
westi
Message:

Use _x() not _c() as we want to use the gettext contexts.

File:
1 edited

Legend:

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

    r12255 r12256  
    189189
    190190PS.  Not yet subscribed for update notifications?  <a href="%1$s" title="Subscribe to the WordPress mailing list for Release Notifications">Do it now!</a>
    191 '), _c('http://wordpress.org/download/','url for release notification mailing list subscription.'), admin_url(''), admin_url('profile.php'), admin_url('post-new.php'), admin_url('page-new.php'),
    192 admin_url('plugin-install.php'), admin_url('theme-install.php'), admin_url('options-permalink.php'), admin_url('import.php'), _c('http://codex.wordpress.org','url for codex documentation.'), admin_url('post.php?action=edit&post=1')),
     191'), _x('http://wordpress.org/download/','url for release notification mailing list subscription.'), admin_url(''), admin_url('profile.php'), admin_url('post-new.php'), admin_url('page-new.php'),
     192admin_url('plugin-install.php'), admin_url('theme-install.php'), admin_url('options-permalink.php'), admin_url('import.php'), _x('http://codex.wordpress.org','url for codex documentation.'), admin_url('post.php?action=edit&post=1')),
    193193                                'post_excerpt' => '',
    194194                                'post_title' => __('Welcome!'),
Note: See TracChangeset for help on using the changeset viewer.