Changeset 11057 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/admin.php
- Timestamp:
- 06/23/2021 10:12:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/admin.php
r10926 r11057 175 175 */ 176 176 function handle_workshop_list_table_filters( WP_Query $query ) { 177 if ( ! is_admin() ) {177 if ( ! is_admin() || ! function_exists( 'get_current_screen' ) ) { 178 178 return; 179 179 }
Note: See TracChangeset
for help on using the changeset viewer.