Changeset 29206 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r28500 r29206 82 82 $location = 'theme-editor.php?file=' . urlencode( $relative_file ) . '&theme=' . urlencode( $stylesheet ) . '&scrollto=' . $scrollto; 83 83 if ( is_writeable( $file ) ) { 84 // is_writable() not always reliable, check return value. see comments @ http://uk.php.net/is_writable84 // is_writable() not always reliable, check return value. see comments @ http://uk.php.net/is_writable 85 85 $f = fopen( $file, 'w+' ); 86 86 if ( $f !== false ) {
Note: See TracChangeset
for help on using the changeset viewer.