mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Use _x() not _c() as we want to use the gettext contexts.
git-svn-id: http://svn.automattic.com/wordpress/trunk@12256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f8b76874f9
commit
d2f6a94dc3
@ -188,8 +188,8 @@ To keep this post for reference, <a href="%11$s" title="Click to edit the conten
|
||||
Thank you for selecting WordPress. We wish you happy publishing!
|
||||
|
||||
PS. Not yet subscribed for update notifications? <a href="%1$s" title="Subscribe to the WordPress mailing list for Release Notifications">Do it now!</a>
|
||||
'), _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'),
|
||||
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')),
|
||||
'), _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'),
|
||||
admin_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')),
|
||||
'post_excerpt' => '',
|
||||
'post_title' => __('Welcome!'),
|
||||
/* translators: Default post slug */
|
||||
|
Loading…
Reference in New Issue
Block a user