Changeset 56276 for trunk/src/wp-includes/update.php
- Timestamp:
- 07/21/2023 01:31:17 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r56050 r56276 1120 1120 1121 1121 if ( ! $wp_filesystem->wp_content_dir() ) { 1122 return new WP_Error( 'fs_no_content_dir', __( 'Unable to locate WordPress content directory (wp-content).' ) ); 1122 return new WP_Error( 1123 'fs_no_content_dir', 1124 /* translators: %s: Directory name. */ 1125 sprintf( __( 'Unable to locate WordPress content directory (%s).' ), 'wp-content' ) 1126 ); 1123 1127 } 1124 1128
Note: See TracChangeset
for help on using the changeset viewer.