Changeset 58208 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 05/27/2024 01:53:55 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r58149 r58208 1156 1156 // WARNING: The file is not automatically deleted, the script must delete or move the file. 1157 1157 if ( ! $url ) { 1158 return new WP_Error( 'http_no_url', __( ' InvalidURL Provided.' ) );1158 return new WP_Error( 'http_no_url', __( 'No URL Provided.' ) ); 1159 1159 } 1160 1160
Note: See TracChangeset
for help on using the changeset viewer.