Changeset 26868 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 12/24/2013 06:56:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r26799 r26868 715 715 * print_footer_scripts() is called in the footer to print these scripts. 716 716 * 717 * @since 2.8 717 * @since 2.8.0 718 718 * 719 719 * @see wp_print_scripts() … … 744 744 * Prints the scripts that were queued for the footer or too late for the HTML head. 745 745 * 746 * @since 2.8 746 * @since 2.8.0 747 747 */ 748 748 function print_footer_scripts() { … … 800 800 * wp_print_footer_scripts() is called in the footer to print these scripts. 801 801 * 802 * @since 2.8 802 * @since 2.8.0 803 803 */ 804 804 function wp_print_head_scripts() { … … 829 829 * Hooks to print the scripts and styles in the footer. 830 830 * 831 * @since 2.8 831 * @since 2.8.0 832 832 */ 833 833 function wp_print_footer_scripts() { … … 841 841 * Runs first in wp_head() where all is_home(), is_page(), etc. functions are available. 842 842 * 843 * @since 2.8 843 * @since 2.8.0 844 844 */ 845 845 function wp_enqueue_scripts() { … … 850 850 * Prints the styles queue in the HTML head on admin pages. 851 851 * 852 * @since 2.8 852 * @since 2.8.0 853 853 */ 854 854 function print_admin_styles() { … … 924 924 * Determine the concatenation and compression settings for scripts and styles. 925 925 * 926 * @since 2.8 926 * @since 2.8.0 927 927 */ 928 928 function script_concat_settings() {
Note: See TracChangeset
for help on using the changeset viewer.