Make WordPress Core

Ticket #40837: 40837.diff

File 40837.diff, 1.0 KB (added by odysseygate, 6 years ago)
  • src/wp-admin/about.php

     
    130130                                <p><?php
    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>'
    136136                                        );