Changeset 59113
- Timestamp:
- 09/28/2024 11:34:28 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r59081 r59113 2932 2932 * 2933 2933 * @type string $screen_reader_text Screen reader text for navigation element. 2934 * Default 'Posts navigation'.2935 * @type string $aria_label ARIA label text for the nav element. Default 'Posts '.2934 * Default 'Posts pagination'. 2935 * @type string $aria_label ARIA label text for the nav element. Default 'Posts pagination'. 2936 2936 * @type string $class Custom class for the nav element. Default 'pagination'. 2937 2937 * } … … 2956 2956 'prev_text' => _x( 'Previous', 'previous set of posts' ), 2957 2957 'next_text' => _x( 'Next', 'next set of posts' ), 2958 'screen_reader_text' => __( 'Posts navigation' ),2959 'aria_label' => __( 'Posts ' ),2958 'screen_reader_text' => __( 'Posts pagination' ), 2959 'aria_label' => __( 'Posts pagination' ), 2960 2960 'class' => 'pagination', 2961 2961 ) … … 3368 3368 * Optional. Default pagination arguments. 3369 3369 * 3370 * @type string $screen_reader_text Screen reader text for the nav element. Default 'Comments navigation'.3371 * @type string $aria_label ARIA label text for the nav element. Default 'Comments '.3370 * @type string $screen_reader_text Screen reader text for the nav element. Default 'Comments pagination'. 3371 * @type string $aria_label ARIA label text for the nav element. Default 'Comments pagination'. 3372 3372 * @type string $class Custom class for the nav element. Default 'comments-pagination'. 3373 3373 * } … … 3385 3385 $args, 3386 3386 array( 3387 'screen_reader_text' => __( 'Comments navigation' ),3388 'aria_label' => __( 'Comments ' ),3387 'screen_reader_text' => __( 'Comments pagination' ), 3388 'aria_label' => __( 'Comments pagination' ), 3389 3389 'class' => 'comments-pagination', 3390 3390 )
Note: See TracChangeset
for help on using the changeset viewer.