Changeset 6410
- Timestamp:
- 12/19/07 17:47:06 (9 months ago)
- Files:
-
- trunk/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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
