Changeset 43448
- Timestamp:
- 07/16/2018 12:01:07 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/file.php
r43354 r43448 1901 1901 wp_send_json_error( __( 'Unable to protect export folder from browsing.' ) ); 1902 1902 } 1903 fwrite( $file, ' Silence is golden.' );1903 fwrite( $file, '<!-- Silence is golden. -->' ); 1904 1904 fclose( $file ); 1905 1905 }
Note: See TracChangeset
for help on using the changeset viewer.