Changeset 22817 for trunk/wp-settings.php
- Timestamp:
- 11/22/2012 09:52:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r22434 r22817 144 144 require( ABSPATH . WPINC . '/admin-bar.php' ); 145 145 146 require( ABSPATH . WPINC . '/class-wp-image-editor.php' );147 require( ABSPATH . WPINC . '/class-wp-image-editor-gd.php' );148 require( ABSPATH . WPINC . '/class-wp-image-editor-imagick.php' );149 150 146 // Load multisite-specific files. 151 147 if ( is_multisite() ) {
Note: See TracChangeset
for help on using the changeset viewer.