Changeset 37674 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 06/10/2016 04:49:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r37488 r37674 113 113 $location = 'theme-editor.php?file=' . urlencode( $relative_file ) . '&theme=' . urlencode( $stylesheet ) . '&scrollto=' . $scrollto; 114 114 if ( is_writeable( $file ) ) { 115 // is_writable() not always reliable, check return value. see comments @ http ://uk.php.net/is_writable115 // is_writable() not always reliable, check return value. see comments @ https://secure.php.net/is_writable 116 116 $f = fopen( $file, 'w+' ); 117 117 if ( $f !== false ) {
Note: See TracChangeset
for help on using the changeset viewer.