Changeset 52232 for trunk/src/wp-includes/blocks/calendar.php
- Timestamp:
- 11/23/2021 05:38:45 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/calendar.php
r52161 r52232 20 20 if ( ! block_core_calendar_has_published_posts() ) { 21 21 if ( is_user_logged_in() ) { 22 return '<div>' . __( 'The calendar block is hidden because there are no published posts.' , 'gutenberg') . '</div>';22 return '<div>' . __( 'The calendar block is hidden because there are no published posts.' ) . '</div>'; 23 23 } 24 24 return '';
Note: See TracChangeset
for help on using the changeset viewer.