Changeset 37985 for trunk/src/wp-includes/theme.php
- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r37849 r37985 1727 1727 /* translators: 1: Theme support 2: hook name */ 1728 1728 _doing_it_wrong( "add_theme_support( 'title-tag' )", sprintf( __( 'Theme support for %1$s should be registered before the %2$s hook.' ), 1729 '<code>title-tag</code>', '<code>wp_loaded</code>' ), '4.1 ' );1729 '<code>title-tag</code>', '<code>wp_loaded</code>' ), '4.1.0' ); 1730 1730 1731 1731 return false;
Note: See TracChangeset
for help on using the changeset viewer.