Make WordPress Core

Changeset 40814


Ignore:
Timestamp:
05/22/2017 03:01:58 PM (8 years ago)
Author:
ocean90
Message:

About: Remove a stray quotation mark.

Props odysseygate.
See #40721.
Fixes #40837.

File:
1 edited

Legend:

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

    r40798 r40814  
    131131                    printf(
    132132                        /* translators: 1: Link to meetup.com, 2: Link to central.wordcamp.org */
    133                         __( '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!' ),
     133                        __( '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!' ),
    134134                        '<a href="https://meetup.com/pro/wordpress">meetup.com/pro/wordpress</a>',
    135135                        '<a href="https://central.wordcamp.org/schedule">central.wordcamp.org/schedule</a>'
Note: See TracChangeset for help on using the changeset viewer.