Changeset 52761 for branches/5.9/src/wp-admin/includes/file.php
- Timestamp:
- 02/17/2022 05:42:09 PM (3 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
- Property svn:mergeinfo changed
/trunk merged: 52734,52760
- Property svn:mergeinfo changed
-
branches/5.9/src/wp-admin/includes/file.php
r52425 r52761 1199 1199 && ( 0 === validate_file( $tmpfname_disposition ) ) 1200 1200 ) { 1201 $tmpfname_disposition = dirname( $tmpfname ) . '/' . $tmpfname_disposition; 1202 1201 1203 if ( rename( $tmpfname, $tmpfname_disposition ) ) { 1202 1204 $tmpfname = $tmpfname_disposition;
Note: See TracChangeset
for help on using the changeset viewer.