Changeset 8132
- Timestamp:
- 01/23/2019 10:07:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php
r8130 r8132 16 16 * `get_current_screen()`. 17 17 */ 18 if ( ! function_exists( 'get_current_screen' ) && ! is_admin() && ! wp_doing_cron() ) {18 if ( ! function_exists( 'get_current_screen' ) && ! is_admin() && ! wp_doing_cron() && ! wp_doing_ajax() && ! ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST ) ) { 19 19 function get_current_screen() { 20 20 return null;
Note: See TracChangeset
for help on using the changeset viewer.