mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
8 lines
156 B
PHP
8 lines
156 B
PHP
<?php
|
|
|
|
class Jetpack_Sync {
|
|
static function sync_options() {
|
|
_deprecated_function( __METHOD__, 'jetpack-4.2', 'jetpack_options_whitelist filter' );
|
|
}
|
|
}
|