Changeset 29005
- Timestamp:
- 07/05/2014 02:12:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r28978 r29005 31 31 define( 'ABSPATH', dirname( dirname( __FILE__ ) ) . '/' ); 32 32 33 require_once( ABSPATH . 'wp-includes/plugin.php' );34 add_action( 'plugins_loaded', 'wp_load_translations_early' );35 33 require( ABSPATH . 'wp-settings.php' ); 36 34
Note: See TracChangeset
for help on using the changeset viewer.