Docs: Remove "since since" and "one one" dittography from inline comments.

Fixes #41841.

git-svn-id: https://develop.svn.wordpress.org/trunk@41355 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2017-09-09 13:52:46 +00:00
parent 50ddbc9946
commit aa8f08b4d7
3 changed files with 3 additions and 3 deletions

View File

@@ -2743,7 +2743,7 @@ final class WP_Customize_Manager {
$stashed_theme_mod_settings = array();
}
// Delete any stashed theme mods for the active theme since since they would have been loaded and saved upon activation.
// Delete any stashed theme mods for the active theme since they would have been loaded and saved upon activation.
unset( $stashed_theme_mod_settings[ $this->get_stylesheet() ] );
// Merge inactive theme mods with the stashed theme mod settings.