Changeset 1015965
- Timestamp:
- 10/29/2014 02:34:18 PM (11 years ago)
- Location:
- multisite-cloner/trunk
- Files:
-
- 2 edited
-
multisite-cloner.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multisite-cloner/trunk/multisite-cloner.php
r1008658 r1015965 5 5 * Plugin URI: https://wordpress.org/plugins/multisite-cloner 6 6 * Description: When creating a new blog on WordPress Multisite, copies all the posts, settings and files, from a selected blog into the new one. 7 * Version: 0.1.11 7 * Version: 0.1.11.1 8 8 * Author: Manuel Razzari, Patricio Tarantino 9 9 * Author URI: http://tipit.net … … 413 413 414 414 // maybe I am not a dir after all. 415 if(!$dir || !is_dir($ dir)) {416 mkdir($ dir);415 if(!$dir || !is_dir($src)) { 416 mkdir($src); 417 417 } 418 418 -
multisite-cloner/trunk/readme.txt
r1008658 r1015965 62 62 == Changelog == 63 63 64 = 0.1.11.1 = 65 * Fixes minor [problem with the clone recursive copy function](https://wordpress.org/support/topic/error-while-adding-a-new-site) 66 64 67 = 0.1.11 = 65 68 * Fixes [problem with non-existents dirs](https://wordpress.org/support/topic/pull-request-error-while-copying-a-dir-while-cloning) … … 106 109 == Upgrade Notice == 107 110 108 = 0.1.11 =109 * Fixes [problem with non-existents dirs](https://wordpress.org/support/topic/pull-request-error-while-copying-a-dir-while-cloning)111 = 0.1.11.1 = 112 * Fixes minor problem with the clone recursive copy function.
Note: See TracChangeset
for help on using the changeset viewer.