Changeset 14366 for trunk/wp-includes/theme-compat/header.php
- Timestamp:
- 05/03/2010 10:13:40 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/theme-compat/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme-compat/header.php
r14365 r14366 8 8 * 9 9 */ 10 _deprecated_file( 'Theme without ' . basename(__FILE__), '3.0', null, 'Please include a header.php template in your theme.');10 _deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3.0', null, sprintf( __('Please include a %1$s template in your theme.'), basename(__FILE__) ) ); 11 11 ?> 12 12 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Note: See TracChangeset
for help on using the changeset viewer.