diff options
Diffstat (limited to 'plugins/jetpack/3rd-party/polldaddy.php')
-rw-r--r-- | plugins/jetpack/3rd-party/polldaddy.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/jetpack/3rd-party/polldaddy.php b/plugins/jetpack/3rd-party/polldaddy.php deleted file mode 100644 index ec484829..00000000 --- a/plugins/jetpack/3rd-party/polldaddy.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php - -class Jetpack_Sync { - static function sync_options() { - _deprecated_function( __METHOD__, 'jetpack-4.2', 'jetpack_options_whitelist filter' ); - } -} |