- Timestamp:
- 05/25/2012 09:04:59 AM (13 years ago)
- Location:
- wpide/trunk
- Files:
- 3 edited
Legend:
- Unmodified
- Added
- Removed
wpide/trunk
- Property svn:ignore
old new 2 2 README.md 3 3 .git 4 .gitignore 4 .gitignore 5 backups 6 .DS_Store
- Property svn:ignore
wpide/trunk/WPide.php
r548058 r548890 4 4 Plugin URI: https://.com/WPsites/WPide 5 5 Description: WordPress code editor with auto completion of both WordPress and PHP functions with reference, syntax highlighting, line numbers, tabbed editing, automatic backup. 6 Version: 2.0.1 06 Version: 2.0.11 7 7 Author: Simon Dunton 8 8 Author URI: http://www.wpsites.co.uk โฆ โฆ 271 271 }else if ($_POST['type'] == "file"){ 272 272 273 //write the file 273 274 $write_result = $wp_filesystem->put_contents( 274 275 $root . $path . $filename, 275 ' 276 '', 276 277 FS_CHMOD_FILE // predefined mode settings for WP files 277 278 ); wpide/trunk/readme.txt
r548058 r548890 4 4 Requires at least: 3.0 5 5 Tested up to: 3.3.2 6 Stable tag: 2.0.1 06 Stable tag: 2.0.11 7 7 8 8 WordPress code editor with auto completion of both WordPress and PHP functions with reference, syntax highlighting, line numbers, tabbed editing, automatic backup.
Note: See TracChangeset for help on using the changeset viewer.