Changeset 38307 for trunk/src/wp-includes/theme.php
- Timestamp:
- 08/22/2016 06:24:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r37985 r38307 903 903 * @param string $old_value The current value of the theme mod. 904 904 */ 905 $mods[ $name ] = apply_filters( "pre_set_theme_mod_ $name", $value, $old_value );905 $mods[ $name ] = apply_filters( "pre_set_theme_mod_{$name}", $value, $old_value ); 906 906 907 907 $theme = get_option( 'stylesheet' );
Note: See TracChangeset
for help on using the changeset viewer.