Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/22/2018 10:44:36 AM (5 years ago)
Author:
mercime
Message:

Remove support for WP 4.3 and lower.

Fixes #7722.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-admin.php

    r11741 r11907  
    187187
    188188        // Add accessible hidden heading and text for Groups screen pagination.
    189         if ( bp_get_major_wp_version() >= 4.4 ) {
    190             get_current_screen()->set_screen_reader_content( array(
    191                 /* translators: accessibility text */
    192                 'heading_pagination' => __( 'Groups list navigation', 'buddypress' ),
    193             ) );
    194         }
     189        get_current_screen()->set_screen_reader_content( array(
     190            /* translators: accessibility text */
     191            'heading_pagination' => __( 'Groups list navigation', 'buddypress' ),
     192        ) );
    195193    }
    196194
Note: See TracChangeset for help on using the changeset viewer.