* prepared to the release

This commit is contained in:
Mykyta Synelnikov
2025-01-14 15:24:03 +02:00
parent dc81fa44ae
commit 27aeef42af
3 changed files with 22 additions and 4 deletions
+2 -2
View File
@@ -1460,10 +1460,10 @@ if ( ! class_exists( 'UM' ) ) {
/**
* @since 2.0
* @deprecated 2.9.3
* @deprecated 2.9.2
*/
public function mobile() {
_deprecated_function( __METHOD__, '2.9.3', 'wp_is_mobile' );
_deprecated_function( __METHOD__, '2.9.2', 'wp_is_mobile' );
}
}
}