Changeset 37560 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 05/25/2016 04:04:37 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/general-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r37541 r37560 2524 2524 function wp_head() { 2525 2525 /** 2526 * Print scripts or data in the head tag on the front end.2526 * Prints scripts or data in the head tag on the front end. 2527 2527 * 2528 2528 * @since 1.5.0 … … 2540 2540 function wp_footer() { 2541 2541 /** 2542 * Print scripts or data before the closing body tag on the front end.2542 * Prints scripts or data before the closing body tag on the front end. 2543 2543 * 2544 2544 * @since 1.5.1
Note: See TracChangeset
for help on using the changeset viewer.