Changeset 36729
- Timestamp:
- 02/26/2016 12:49:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r36709 r36729 58 58 * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts. 59 59 * 60 * @since 2. 6.060 * @since 2.1.0 61 61 * 62 62 * @param string|bool|array $handles Optional. Scripts to be printed. Default 'false'. … … 123 123 * @see WP_Dependencies::add_data() 124 124 * 125 * @since 2. 6.0125 * @since 2.1.0 126 126 * @since 4.3.0 A return value was added. 127 127 * … … 168 168 * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts. 169 169 * 170 * @since 2. 6.0170 * @since 2.2.0 171 171 * 172 172 * @todo Documentation cleanup … … 196 196 * @see WP_Dependencies::remove() 197 197 * 198 * @since 2. 6.0198 * @since 2.1.0 199 199 * 200 200 * @param string $handle Name of the script to be removed. … … 240 240 * @see WP_Dependencies::enqueue() 241 241 * 242 * @since 2. 6.0242 * @since 2.1.0 243 243 * 244 244 * @param string $handle Name of the script.
Note: See TracChangeset
for help on using the changeset viewer.