About: Remove a stray quotation mark.
Props odysseygate. See #40721. Fixes #40837. Built from https://develop.svn.wordpress.org/trunk@40814 git-svn-id: http://core.svn.wordpress.org/trunk@40672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3d9e57f534
commit
24a7666e69
|
@ -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>'
|
||||
);
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.8-beta1-40813';
|
||||
$wp_version = '4.8-beta1-40814';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue