Changeset 37985 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r37543 r37985 44 44 '<code>admin_enqueue_scripts</code>', 45 45 '<code>login_enqueue_scripts</code>' 46 ), '3.3 ' );46 ), '3.3.0' ); 47 47 } 48 48 … … 113 113 '<code><script></code>', 114 114 '<code>wp_add_inline_script()</code>' 115 ), '4.5 ' );115 ), '4.5.0' ); 116 116 $data = trim( preg_replace( '#<script[^>]*>(.*)</script>#is', '$1', $data ) ); 117 117 } … … 227 227 $message = sprintf( __( 'Do not deregister the %1$s script in the administration area. To target the front-end theme, use the %2$s hook.' ), 228 228 "<code>$handle</code>", '<code>wp_enqueue_scripts</code>' ); 229 _doing_it_wrong( __FUNCTION__, $message, '3.6 ' );229 _doing_it_wrong( __FUNCTION__, $message, '3.6.0' ); 230 230 return; 231 231 }
Note: See TracChangeset
for help on using the changeset viewer.