diff options
author | 2017-09-01 20:14:25 -0400 | |
---|---|---|
committer | 2017-09-01 20:14:25 -0400 | |
commit | 9577a2e9108f48dc19beca28264c0af227567aac (patch) | |
tree | 62c639f4a486320e595f84e8d986cf8b9c1f0174 /plugins/jetpack/sync/class.jetpack-sync-module-terms.php | |
parent | Update akismet 3.3.4 (diff) | |
download | blogs-gentoo-9577a2e9108f48dc19beca28264c0af227567aac.tar.gz blogs-gentoo-9577a2e9108f48dc19beca28264c0af227567aac.tar.bz2 blogs-gentoo-9577a2e9108f48dc19beca28264c0af227567aac.zip |
Update jetpack 5.2.1
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'plugins/jetpack/sync/class.jetpack-sync-module-terms.php')
-rw-r--r-- | plugins/jetpack/sync/class.jetpack-sync-module-terms.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/jetpack/sync/class.jetpack-sync-module-terms.php b/plugins/jetpack/sync/class.jetpack-sync-module-terms.php index c8068101..7f47ebab 100644 --- a/plugins/jetpack/sync/class.jetpack-sync-module-terms.php +++ b/plugins/jetpack/sync/class.jetpack-sync-module-terms.php @@ -85,6 +85,7 @@ class Jetpack_Sync_Module_Terms extends Jetpack_Sync_Module { * @param object the Term object */ do_action( 'jetpack_sync_add_term', $term_object ); + return; } /** |