Changeset 37985 for trunk/src/wp-includes/theme-compat/footer.php
- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/footer.php
r37431 r37985 3 3 * @package WordPress 4 4 * @subpackage Theme_Compat 5 * @deprecated 3.0 5 * @deprecated 3.0.0 6 6 * 7 7 * This file is here for backward compatibility with old themes and will be removed in a future version … … 10 10 /* translators: %s: template name */ 11 11 sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ), 12 '3.0 ',12 '3.0.0', 13 13 null, 14 14 /* translators: %s: template name */
Note: See TracChangeset
for help on using the changeset viewer.