Changeset 10463
- Timestamp:
- 01/25/2016 09:30:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-admin.php
r10375 r10463 297 297 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>' 298 298 ); 299 300 // Add accessible hidden heading and text for Activity screen pagination. 301 if ( bp_get_major_wp_version() >= 4.4 ) { 302 get_current_screen()->set_screen_reader_content( array( 303 'heading_pagination' => __( 'Activity list navigation', 'buddypress' ), 304 ) ); 305 } 299 306 } 300 307 … … 1243 1250 $this->display_tablenav( 'top' ); ?> 1244 1251 1252 <h2 class="screen-reader-text"><?php _e( 'Activities list', 'buddypress' ); ?></h2> 1253 1245 1254 <table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0"> 1246 1255 <thead> … … 1301 1310 function get_views() { 1302 1311 $url_base = add_query_arg( array( 'page' => 'bp-activity' ), bp_get_admin_url( 'admin.php' ) ); ?> 1312 1313 <h2 class="screen-reader-text"><?php _e( 'Filter activities list', 'buddypress' ); ?></h2> 1303 1314 1304 1315 <ul class="subsubsub">
Note: See TracChangeset
for help on using the changeset viewer.