Skip to content

Commit

Permalink
Merge pull request google#1451 from google/bug/1397-change-site-name
Browse files Browse the repository at this point in the history
Bug/1397 change site name
  • Loading branch information
felixarntz authored Apr 27, 2020
2 parents 3ac92aa + 76e48a8 commit 259aac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/Core/Authentication/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ function () {
};
add_action( 'update_option_home', $option_updated );
add_action( 'update_option_siteurl', $option_updated );
add_action( 'update_option_blogname', $option_updated );
add_action( 'update_option_googlesitekit_db_version', $option_updated );
}

Expand Down

0 comments on commit 259aac7

Please sign in to comment.