Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/plugins/boost/app/class-jetpack-boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public static function activate() {
public function deactivate() {
do_action( 'jetpack_boost_deactivate' );

wp_clear_scheduled_hook( 'jetpack_boost_routine_cleanup' );
wp_clear_scheduled_hook( 'jetpack_boost_general_cleanup' );

// Tell Minify JS/CSS to clean up.
jetpack_boost_page_optimize_deactivate();
Expand Down
5 changes: 5 additions & 0 deletions projects/plugins/boost/changelog/fix-transient-cleanup
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fixed
Comment: Fixed transient cleanup scheduled hook name. It's not released yet.


Loading