Changeset 55276 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 02/07/2023 05:08:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r55261 r55276 2975 2975 function _navigation_markup( $links, $css_class = 'posts-navigation', $screen_reader_text = '', $aria_label = '' ) { 2976 2976 if ( empty( $screen_reader_text ) ) { 2977 $screen_reader_text = __( 'Posts navigation' );2977 $screen_reader_text = /* translators: Hidden accessibility text. */ __( 'Posts navigation' ); 2978 2978 } 2979 2979 if ( empty( $aria_label ) ) {
Note: See TracChangeset
for help on using the changeset viewer.