Skip to content

Commit f321f4e

Browse files
authored
Merge branch 'WordPress:trunk' into trunk
2 parents f74d7be + 3300b8b commit f321f4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ function wp_dashboard_events_news() {
13771377
* @since 4.8.0
13781378
*/
13791379
function wp_print_community_events_markup() {
1380-
$community_events_notice = '<p class="hide-if-js">' . ( 'This widget requires JavaScript.' ) . '</p>';
1380+
$community_events_notice = '<p class="hide-if-js">' . __( 'This widget requires JavaScript.' ) . '</p>';
13811381
$community_events_notice .= '<p class="community-events-error-occurred" aria-hidden="true">' . __( 'An error occurred. Please try again.' ) . '</p>';
13821382
$community_events_notice .= '<p class="community-events-could-not-locate" aria-hidden="true"></p>';
13831383

0 commit comments

Comments
 (0)