Make WordPress Core

Ticket #43472: 43472.diff

File 43472.diff, 1.5 KB (added by denisco, 7 years ago)
  • src/wp-admin/index.php

    # This patch file was generated by NetBeans IDE
    # Following Index: paths are relative to: D:\Documents\NetBeansProjects\trunk
    # This patch can be applied using context Tools: Patch action on respective folder.
    # It uses platform neutral UTF-8 encoding and \n newlines.
    # Above lines and this line are ignored by the patching process.
     
    8181if ( ! is_multisite() && current_user_can( 'install_plugins' ) ) {
    8282        $help .= '<p>' . sprintf(
    8383                /* translators: %s: WordPress Planet URL */
    84                 __( '<strong>WordPress News</strong> &mdash; Latest news from the official WordPress project, the <a href="%s">WordPress Planet</a>, and popular plugins.' ),
     84                __( '<strong>WordPress Events and News</strong> &mdash; Latest news from the official WordPress project, the <a href="%s">WordPress Planet</a>, and upcoming events near you.' ),
    8585                __( 'https://planet.wordpress.org/' )
    8686        ) . '</p>';
    8787} else {
    8888        $help .= '<p>' . sprintf(
    8989                /* translators: %s: WordPress Planet URL */
    90                 __( '<strong>WordPress News</strong> &mdash; Latest news from the official WordPress project and the <a href="%s">WordPress Planet</a>.' ),
     90                __( '<strong>WordPress Events and News</strong> &mdash; Latest news from the official WordPress project, the <a href="%s">WordPress Planet</a>, and upcoming events near you.' ),
    9191                __( 'https://planet.wordpress.org/' )
    9292        ) . '</p>';
    9393}