Ticket #28637: 28637b.diff
File 28637b.diff, 450 bytes (added by , 10 years ago) |
---|
-
wp-includes/theme.php
898 898 function get_theme_mod( $name, $default = false ) { 899 899 $mods = get_theme_mods(); 900 900 901 if ( isset( $mods[$name] ) ) {901 if ( isset( $mods[$name] ) && ! empty( $mods[$name] ) ) { 902 902 /** 903 903 * Filter the theme modification, or 'theme_mod', value. 904 904 *