Make WordPress Core


Ignore:
Timestamp:
12/24/2013 06:56:05 PM (11 years ago)
Author:
DrewAPicture
Message:

First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin.

Props JustinSainton, SergeyBiryukov, DrewAPicture.
Fixes #26713.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r26799 r26868  
    715715 * print_footer_scripts() is called in the footer to print these scripts.
    716716 *
    717  * @since 2.8
     717 * @since 2.8.0
    718718 *
    719719 * @see wp_print_scripts()
     
    744744 * Prints the scripts that were queued for the footer or too late for the HTML head.
    745745 *
    746  * @since 2.8
     746 * @since 2.8.0
    747747 */
    748748function print_footer_scripts() {
     
    800800 * wp_print_footer_scripts() is called in the footer to print these scripts.
    801801 *
    802  * @since 2.8
     802 * @since 2.8.0
    803803 */
    804804function wp_print_head_scripts() {
     
    829829 * Hooks to print the scripts and styles in the footer.
    830830 *
    831  * @since 2.8
     831 * @since 2.8.0
    832832 */
    833833function wp_print_footer_scripts() {
     
    841841 * Runs first in wp_head() where all is_home(), is_page(), etc. functions are available.
    842842 *
    843  * @since 2.8
     843 * @since 2.8.0
    844844 */
    845845function wp_enqueue_scripts() {
     
    850850 * Prints the styles queue in the HTML head on admin pages.
    851851 *
    852  * @since 2.8
     852 * @since 2.8.0
    853853 */
    854854function print_admin_styles() {
     
    924924 * Determine the concatenation and compression settings for scripts and styles.
    925925 *
    926  * @since 2.8
     926 * @since 2.8.0
    927927 */
    928928function script_concat_settings() {
Note: See TracChangeset for help on using the changeset viewer.