Changeset 46210 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 09/20/2019 08:45:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r45932 r46210 492 492 $path = WP_CONTENT_DIR . $path . '/langs/'; 493 493 494 if ( function_exists( 'realpath' ) ) { 495 $path = trailingslashit( realpath( $path ) ); 496 } 494 $path = trailingslashit( realpath( $path ) ); 497 495 498 496 if ( @is_file( $path . $mce_locale . '.js' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.