Changeset 56276 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 07/21/2023 01:31:17 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r56174 r56276 190 190 $this->strings['fs_error'] = __( 'Filesystem error.' ); 191 191 $this->strings['fs_no_root_dir'] = __( 'Unable to locate WordPress root directory.' ); 192 /* translators: %s: Directory name. */ 192 193 $this->strings['fs_no_content_dir'] = sprintf( __( 'Unable to locate WordPress content directory (%s).' ), 'wp-content' ); 193 194 $this->strings['fs_no_plugins_dir'] = __( 'Unable to locate WordPress plugin directory.' );
Note: See TracChangeset
for help on using the changeset viewer.