Changeset 52551 for trunk/src/wp-includes/blocks/page-list.php
- Timestamp:
- 01/11/2022 03:11:06 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/page-list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/page-list.php
r52402 r52551 178 178 /* translators: Accessibility text. %s: Parent page title. */ 179 179 __( '%s submenu' ), 180 $title180 wp_strip_all_tags( $title ) 181 181 ); 182 182
Note: See TracChangeset
for help on using the changeset viewer.