Files
wordpress-preseed/wp-content/plugins/jetpack/3rd-party/polldaddy.php
2019-10-24 00:12:05 +02:00

8 lines
156 B
PHP

<?php
class Jetpack_Sync {
static function sync_options() {
_deprecated_function( __METHOD__, 'jetpack-4.2', 'jetpack_options_whitelist filter' );
}
}