# 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.
|
|
|
81 | 81 | if ( ! is_multisite() && current_user_can( 'install_plugins' ) ) { |
82 | 82 | $help .= '<p>' . sprintf( |
83 | 83 | /* translators: %s: WordPress Planet URL */ |
84 | | __( '<strong>WordPress News</strong> — Latest news from the official WordPress project, the <a href="%s">WordPress Planet</a>, and popular plugins.' ), |
| 84 | __( '<strong>WordPress Events and News</strong> — Latest news from the official WordPress project, the <a href="%s">WordPress Planet</a>, and upcoming events near you.' ), |
85 | 85 | __( 'https://planet.wordpress.org/' ) |
86 | 86 | ) . '</p>'; |
87 | 87 | } else { |
88 | 88 | $help .= '<p>' . sprintf( |
89 | 89 | /* translators: %s: WordPress Planet URL */ |
90 | | __( '<strong>WordPress News</strong> — Latest news from the official WordPress project and the <a href="%s">WordPress Planet</a>.' ), |
| 90 | __( '<strong>WordPress Events and News</strong> — Latest news from the official WordPress project, the <a href="%s">WordPress Planet</a>, and upcoming events near you.' ), |
91 | 91 | __( 'https://planet.wordpress.org/' ) |
92 | 92 | ) . '</p>'; |
93 | 93 | } |