summaryrefslogtreecommitdiffstats
path: root/wp-includes/class.wp-scripts.php
blob: 30e2d31126e69a32195bb96410bc352030d2d037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * Dependencies API: WP_Scripts class
 *
 * This file is deprecated, use 'wp-includes/class-wp-scripts.php' instead.
 *
 * @deprecated 6.1.0
 * @package WordPress
 */

_deprecated_file( basename( __FILE__ ), '6.1.0', WPINC . '/class-wp-scripts.php' );

/** WP_Scripts class */
require_once ABSPATH . WPINC . '/class-wp-scripts.php';