Changeset 37431 for trunk/src/wp-includes/theme.php
- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r37313 r37431 665 665 * 666 666 * Accepts one argument: $stylesheet of the theme. It also accepts an additional function signature 667 * of two arguments: $template then $stylesheet. This is for backward scompatibility.667 * of two arguments: $template then $stylesheet. This is for backward compatibility. 668 668 * 669 669 * @since 2.5.0 … … 1635 1635 // As stated above, the first value wins. 1636 1636 // Once we get to wp_loaded (just-in-time), define any constants we haven't already. 1637 // Constants are lame. Don't reference them. This is just for backward scompatibility.1637 // Constants are lame. Don't reference them. This is just for backward compatibility. 1638 1638 1639 1639 if ( defined( 'NO_HEADER_TEXT' ) )
Note: See TracChangeset
for help on using the changeset viewer.