Skip to content

Commit

Permalink
Linting...
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanUngureanu committed Dec 17, 2024
1 parent 2b6b2c9 commit c839cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/plugins/wpcomsh/feature-plugins/blaze.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function wpcomsh_blaze_purge_transient_cache() {
*/
add_action(
'pre_update_option_wpcom_public_coming_soon',
function( $option ) {
function ( $option ) {
wpcomsh_blaze_purge_transient_cache();
return $option;
}
Expand All @@ -94,7 +94,7 @@ function( $option ) {
*/
add_action(
'pre_update_option_blog_public',
function( $option ) {
function ( $option ) {
wpcomsh_blaze_purge_transient_cache();
return $option;
}
Expand Down

0 comments on commit c839cac

Please sign in to comment.