Changeset 14366 for trunk/wp-includes/theme-compat/sidebar.php
- Timestamp:
- 05/03/2010 10:13:40 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/theme-compat/sidebar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme-compat/sidebar.php
r14365 r14366 8 8 * 9 9 */ 10 _deprecated_file( 'Theme without ' . basename(__FILE__), '3.0', null, 'Please include a sidebar.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 <div id="sidebar" role="complementary">
Note: See TracChangeset
for help on using the changeset viewer.