mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Update some @since. Props dgwyer. fixes #19638
git-svn-id: https://develop.svn.wordpress.org/trunk@19673 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2000,7 +2000,7 @@ add_action( 'delete_attachment', '_delete_attachment_theme_mod' );
|
||||
/**
|
||||
* Checks if a theme has been changed and runs 'after_switch_theme' hook on the next WP load
|
||||
*
|
||||
* @since 3.3
|
||||
* @since 3.3.0
|
||||
*/
|
||||
function check_theme_switched() {
|
||||
if ( false !== ( $old_theme = get_option( 'theme_switched' ) ) && !empty( $old_theme ) ) {
|
||||
|
||||
Reference in New Issue
Block a user