- Timestamp:
- 11/26/2024 10:14:07 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
r59073 r59461 873 873 return empty( $theme_name ) ? $template_object->theme : $theme_name; 874 874 case 'plugin': 875 if ( ! function_exists( 'get_plugins' ) || ! function_exists( 'get_plugin_data' )) {875 if ( ! function_exists( 'get_plugins' ) ) { 876 876 require_once ABSPATH . 'wp-admin/includes/plugin.php'; 877 877 }
Note: See TracChangeset
for help on using the changeset viewer.