Changeset 31217 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 01/16/2015 09:18:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r31188 r31217 69 69 return new WP_Error( 'could_not_remove_theme', sprintf( __( 'Could not fully remove the theme %s.' ), $stylesheet ) ); 70 70 } 71 72 $translations_dir = $wp_filesystem->wp_lang_dir();73 $translations_dir = trailingslashit( $translations_dir );74 71 75 72 $theme_translations = wp_get_installed_translations( 'themes' );
Note: See TracChangeset
for help on using the changeset viewer.