Changeset 47198 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 02/06/2020 06:31:22 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/theme-editor.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r47122 r47198 8 8 9 9 /** WordPress Administration Bootstrap */ 10 require_once ( dirname( __FILE__ ) . '/admin.php' );10 require_once __DIR__ . '/admin.php'; 11 11 12 12 if ( is_multisite() && ! is_network_admin() ) { … … 148 148 wp_add_inline_script( 'wp-theme-plugin-editor', 'wp.themePluginEditor.themeOrPlugin = "theme";' ); 149 149 150 require_once ( ABSPATH . 'wp-admin/admin-header.php' );150 require_once ABSPATH . 'wp-admin/admin-header.php'; 151 151 152 152 update_recently_edited( $file ); … … 385 385 endif; // Editor warning notice. 386 386 387 include( ABSPATH . 'wp-admin/admin-footer.php' );387 require_once ABSPATH . 'wp-admin/admin-footer.php';
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)