- Timestamp:
- 02/09/2020 04:52:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-direct.php
r47122 r47219 472 472 */ 473 473 public function touch( $file, $time = 0, $atime = 0 ) { 474 if ( $time == 0) {474 if ( 0 == $time ) { 475 475 $time = time(); 476 476 } 477 if ( $atime == 0) {477 if ( 0 == $atime ) { 478 478 $atime = time(); 479 479 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)