We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f74d7be + 3300b8b commit f321f4eCopy full SHA for f321f4e
1 file changed
src/wp-admin/includes/dashboard.php
@@ -1377,7 +1377,7 @@ function wp_dashboard_events_news() {
1377
* @since 4.8.0
1378
*/
1379
function wp_print_community_events_markup() {
1380
- $community_events_notice = '<p class="hide-if-js">' . ( 'This widget requires JavaScript.' ) . '</p>';
+ $community_events_notice = '<p class="hide-if-js">' . __( 'This widget requires JavaScript.' ) . '</p>';
1381
$community_events_notice .= '<p class="community-events-error-occurred" aria-hidden="true">' . __( 'An error occurred. Please try again.' ) . '</p>';
1382
$community_events_notice .= '<p class="community-events-could-not-locate" aria-hidden="true"></p>';
1383
0 commit comments