Ticket #25671: theme_mods.diff
File theme_mods.diff, 450 bytes (added by , 11 years ago) |
---|
-
wp-includes/theme.php
Date: Wed, 23 Oct 2013 16:28:49 +0100 --- wp-includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index e12ac74..e7bf02d 100644
a b function get_theme_mods() { 764 764 delete_option( "mods_$theme_name" ); 765 765 } 766 766 } 767 return $mods;767 return apply_filters( 'theme_mods', $mods ); 768 768 } 769 769 770 770 /**