Changeset 53518 for trunk/src/wp-includes/class-oembed.php
- Timestamp:
- 06/17/2022 11:18:37 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r47198 r53518 10 10 */ 11 11 12 _deprecated_file( basename( __FILE__ ), '5.3.0', 'wp-includes/class-wp-oembed.php' );12 _deprecated_file( basename( __FILE__ ), '5.3.0', WPINC . '/class-wp-oembed.php' ); 13 13 14 14 /** WP_oEmbed class */ 15 require_once ABSPATH . 'wp-includes/class-wp-oembed.php';15 require_once ABSPATH . WPINC . '/class-wp-oembed.php';
Note: See TracChangeset
for help on using the changeset viewer.