Changeset 6410 for trunk/wp-includes/theme.php
- Timestamp:
- 12/19/2007 05:47:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r6364 r6410 486 486 return apply_filters( "theme_mod_$name", $mods[$name] ); 487 487 488 return apply_filters( "theme_mod_$name", sprintf($default, get_template_directory_uri() ) );488 return apply_filters( "theme_mod_$name", sprintf($default, get_template_directory_uri(), get_stylesheet_directory_uri()) ); 489 489 } 490 490
Note: See TracChangeset
for help on using the changeset viewer.