Changeset 8774
- Timestamp:
- 05/10/2019 06:31:40 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php
r8698 r8774 16 16 * `get_current_screen()`. 17 17 */ 18 if ( ! function_exists( 'get_current_screen' ) && ! is_admin() && ! wp_doing_cron() && ! wp_doing_ajax() && ! ( defined( ' XMLRPC_REQUEST' ) && XMLRPC_REQUEST ) ) {18 if ( ! function_exists( 'get_current_screen' ) && ! is_admin() && ! wp_doing_cron() && ! wp_doing_ajax() && ! ( defined( 'WP_CLI' ) && WP_CLI ) && ! ( 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.