Changeset 47198 for trunk/src/wp-includes/embed-template.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed-template.php
r46586 r47198 11 11 _deprecated_file( basename( __FILE__ ), '4.5.0', 'wp-includes/theme-compat/embed.php' ); 12 12 13 include( ABSPATH . WPINC . '/theme-compat/embed.php' );13 require ABSPATH . WPINC . '/theme-compat/embed.php';
Note: See TracChangeset
for help on using the changeset viewer.