Changeset 13628 for trunk/wp-admin/setup-config.php
- Timestamp:
- 03/09/2010 12:03:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r13614 r13628 178 178 $no_api = isset( $_POST['noapi'] ); 179 179 require_once( ABSPATH . WPINC . '/plugin.php' ); 180 require_once( ABSPATH . WPINC . '/l10n.php' ); 181 require_once( ABSPATH . WPINC . '/pomo/translations.php' ); 180 182 if ( ! $no_api ) { 181 183 require_once( ABSPATH . WPINC . '/http.php' );
Note: See TracChangeset
for help on using the changeset viewer.