diff options
author | 2016-08-23 20:02:23 -0400 | |
---|---|---|
committer | 2016-08-23 20:02:50 -0400 | |
commit | ad3f35663e4e2b80a92166b590d3e2052b5aab91 (patch) | |
tree | 94f987efbdb50e1426956c1c04ac459a19c77e53 /plugins/jetpack/3rd-party/3rd-party.php | |
parent | bin/update-wordpress: also update twentyfourteen twentyfifteen twentysixteen (diff) | |
download | blogs-gentoo-ad3f35663e4e2b80a92166b590d3e2052b5aab91.tar.gz blogs-gentoo-ad3f35663e4e2b80a92166b590d3e2052b5aab91.tar.bz2 blogs-gentoo-ad3f35663e4e2b80a92166b590d3e2052b5aab91.zip |
Update plugin jetpack to 4.2.2
Diffstat (limited to 'plugins/jetpack/3rd-party/3rd-party.php')
-rw-r--r-- | plugins/jetpack/3rd-party/3rd-party.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/jetpack/3rd-party/3rd-party.php b/plugins/jetpack/3rd-party/3rd-party.php index 2bab75b8..117f573b 100644 --- a/plugins/jetpack/3rd-party/3rd-party.php +++ b/plugins/jetpack/3rd-party/3rd-party.php @@ -10,4 +10,6 @@ require_once( JETPACK__PLUGIN_DIR . '3rd-party/wpml.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/bitly.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/bbpress.php' ); require_once( JETPACK__PLUGIN_DIR . '3rd-party/woocommerce.php' ); -require_once( JETPACK__PLUGIN_DIR . '3rd-party/vaultpress.php' ); + +// We can't load this conditionally since polldaddy add the call in class constuctor. +require_once( JETPACK__PLUGIN_DIR . '3rd-party/polldaddy.php' ); |