About: Remove a stray quotation mark.

Props odysseygate.
See #40721.
Fixes #40837.

git-svn-id: https://develop.svn.wordpress.org/trunk@40814 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2017-05-22 15:01:58 +00:00
parent 89c103f849
commit 255bd917f2

View File

@ -130,7 +130,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<p><?php
printf(
/* translators: 1: Link to meetup.com, 2: Link to central.wordcamp.org */
__( 'Not everyone has the time to go to %1$s or "%2$s to find the next WordCamp. Many randomly discover WordPress events on Twitter. WordPress now brings you the events you need to continue improving your WordPress skills, meet friends, and, of course, publish!' ),
__( 'Not everyone has the time to go to %1$s or %2$s to find the next WordCamp. Many randomly discover WordPress events on Twitter. WordPress now brings you the events you need to continue improving your WordPress skills, meet friends, and, of course, publish!' ),
'<a href="https://meetup.com/pro/wordpress">meetup.com/pro/wordpress</a>',
'<a href="https://central.wordcamp.org/schedule">central.wordcamp.org/schedule</a>'
);