Changeset 37431 for trunk/src/wp-includes/load.php
- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r37342 r37431 332 332 define( 'WP_LANG_DIR', WP_CONTENT_DIR . '/languages' ); 333 333 if ( !defined( 'LANGDIR' ) ) { 334 // Old static relative path maintained for limited backward s compatibility - won't work in some cases334 // Old static relative path maintained for limited backward compatibility - won't work in some cases. 335 335 define( 'LANGDIR', 'wp-content/languages' ); 336 336 } … … 345 345 define( 'WP_LANG_DIR', ABSPATH . WPINC . '/languages' ); 346 346 if ( !defined( 'LANGDIR' ) ) { 347 // Old relative path maintained for backward s compatibility347 // Old relative path maintained for backward compatibility. 348 348 define( 'LANGDIR', WPINC . '/languages' ); 349 349 }
Note: See TracChangeset
for help on using the changeset viewer.