Changeset 37560
- Timestamp:
- 05/25/2016 04:04:37 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-footer.php
r37488 r37560 64 64 <?php 65 65 /** 66 * Print scripts or data before the default footer scripts.66 * Prints scripts or data before the default footer scripts. 67 67 * 68 68 * @since 1.2.0 … … 93 93 94 94 /** 95 * Print scripts or data after the default footer scripts.95 * Prints scripts or data after the default footer scripts. 96 96 * 97 97 * The dynamic portion of the hook name, `$hook_suffix`, -
trunk/src/wp-admin/admin-header.php
r37488 r37560 230 230 if ( is_network_admin() ) { 231 231 /** 232 * Print network admin screen notices.232 * Prints network admin screen notices. 233 233 * 234 234 * @since 3.1.0 … … 237 237 } elseif ( is_user_admin() ) { 238 238 /** 239 * Print user admin screen notices.239 * Prints user admin screen notices. 240 240 * 241 241 * @since 3.1.0 … … 244 244 } else { 245 245 /** 246 * Print admin screen notices.246 * Prints admin screen notices. 247 247 * 248 248 * @since 3.1.0 … … 252 252 253 253 /** 254 * Print generic admin screen notices.254 * Prints generic admin screen notices. 255 255 * 256 256 * @since 3.1.0 -
trunk/src/wp-admin/customize.php
r37230 r37560 179 179 180 180 /** 181 * Print templates, control scripts, and settings in the footer.181 * Prints templates, control scripts, and settings in the footer. 182 182 * 183 183 * @since 3.4.0 -
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 -
trunk/src/wp-includes/media.php
r37556 r37560 2036 2036 if ( 1 === $instance ) { 2037 2037 /** 2038 * Print and enqueueplaylist scripts, styles, and JavaScript templates.2038 * Prints and enqueues playlist scripts, styles, and JavaScript templates. 2039 2039 * 2040 2040 * @since 3.9.0 -
trunk/src/wp-includes/theme-compat/embed-content.php
r37518 r37560 91 91 <?php 92 92 /** 93 * Print additional content after the embed excerpt.93 * Prints additional content after the embed excerpt. 94 94 * 95 95 * @since 4.4.0 … … 104 104 <?php 105 105 /** 106 * Print additional meta content in the embed template.106 * Prints additional meta content in the embed template. 107 107 * 108 108 * @since 4.4.0 -
trunk/src/wp-includes/theme-compat/footer-embed.php
r37088 r37560 12 12 13 13 /** 14 * Print scripts or data before the closing body tag in the embed template.14 * Prints scripts or data before the closing body tag in the embed template. 15 15 * 16 16 * @since 4.4.0 -
trunk/src/wp-includes/theme-compat/header-embed.php
r37088 r37560 23 23 <?php 24 24 /** 25 * Print scripts or data in the embed template <head> tag.25 * Prints scripts or data in the embed template <head> tag. 26 26 * 27 27 * @since 4.4.0
Note: See TracChangeset
for help on using the changeset viewer.