Changeset 35294 for trunk/src/wp-includes/theme.php
- Timestamp:
- 10/20/2015 04:20:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r34828 r35294 1753 1753 return false; 1754 1754 1755 if ( 'title-tag' == $feature ) {1756 // Don't confirm support unless called internally.1757 $trace = debug_backtrace();1758 if ( ! in_array( $trace[1]['function'], array( '_wp_render_title_tag', 'wp_title' ) ) ) {1759 return false;1760 }1761 }1762 1763 1755 // If no args passed then no extra checks need be performed 1764 1756 if ( func_num_args() <= 1 )
Note: See TracChangeset
for help on using the changeset viewer.