Changeset 1995955
- Timestamp:
- 12/16/2018 06:47:37 PM (7 years ago)
- Location:
- wp-integration/tags/1.6.00
- Files:
-
- 2 copied
-
. (copied) (copied from wp-integration/trunk)
-
wp-integration.php (copied) (copied from wp-integration/trunk/wp-integration.php) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-integration/tags/1.6.00/wp-integration.php
r1994935 r1995955 189 189 } 190 190 } elseif( 191 defined('THEMEPROVIDER_INIT') && !defined('XMLRPC_REQUEST') && !defined('REST_REQUEST') && !defined('WP_INSTALLING')191 defined('THEMEPROVIDER_INIT') && defined('WP_USE_THEMES') && !defined('XMLRPC_REQUEST') && !defined('REST_REQUEST') && !defined('WP_INSTALLING') 192 192 && ( 193 193 (function_exists('wp_doing_ajax') && !wp_doing_ajax())
Note: See TracChangeset
for help on using the changeset viewer.