summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/functions.global.php')
-rw-r--r--plugins/jetpack/functions.global.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/jetpack/functions.global.php b/plugins/jetpack/functions.global.php
index fd403dda..d5d586d4 100644
--- a/plugins/jetpack/functions.global.php
+++ b/plugins/jetpack/functions.global.php
@@ -148,12 +148,12 @@ function jetpack_get_future_removed_version( $version ) {
* As a fallback, check for presence of wpcomsh plugin to determine if a current site has undergone AT.
*
* @since 4.8.1
- * @deprecated $$next_version$$
+ * @deprecated 10.3.0
*
* @return bool
*/
function jetpack_is_atomic_site() {
- jetpack_deprecated_function( __FUNCTION__, 'Automattic/Jetpack/Status/Host::is_woa_site', '$$next_version$$' );
+ jetpack_deprecated_function( __FUNCTION__, 'Automattic/Jetpack/Status/Host::is_woa_site', 'jetpack-10.3.0' );
return ( new Host() )->is_woa_site();
}
@@ -466,7 +466,6 @@ function jetpack_is_frontend() {
if (
is_admin() ||
wp_doing_ajax() ||
- wp_doing_cron() ||
wp_is_json_request() ||
wp_is_jsonp_request() ||
wp_is_xml_request() ||