Changeset 32040
- Timestamp:
- 04/05/2015 03:54:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r31887 r32040 16 16 * @since 4.2.0 17 17 * 18 * @return WP_Scripts 18 * @return WP_Scripts WP_Scripts instance. 19 19 */ 20 20 function wp_scripts() { … … 27 27 28 28 /** 29 * Helper function to output a _doing_it_wrong message when applicable 30 * 29 * Helper function to output a _doing_it_wrong message when applicable. 30 * 31 * @ignore 31 32 * @since 4.2.0 32 * @access private 33 * @ignore 34 * 35 * @param string $function 33 * 34 * @param string $function Function name. 36 35 */ 37 36 function _wp_scripts_maybe_doing_it_wrong( $function ) { … … 284 283 * 'conditional' string Comments for IE 6, lte IE 7, etc. 285 284 * 285 * @since 4.2.0 286 * 286 287 * @see WP_Dependency::add_data() 287 *288 * @since 4.2.0289 288 * 290 289 * @param string $handle Name of the script.
Note: See TracChangeset
for help on using the changeset viewer.