Changeset 39143
- Timestamp:
- 04/08/08 07:19:53 (3 months ago)
- Files:
-
- add-from-server/trunk/add-from-server.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
add-from-server/trunk/add-from-server.php
r36536 r39143 2 2 /* 3 3 Plugin Name: Add From Server 4 Version: 1. 24 Version: 1.3 5 5 Plugin URI: http://dd32.id.au/wordpress-plugins/add-from-server/ 6 6 Description: Plugin to allow the Media Manager to add files from the webservers filesystem. <strong>Note:</strong> All files are copied to the uploads directory. … … 117 117 } 118 118 $return .= '</table>'; 119 119 120 //Let the plugin work with the "Post Uploads" plugin of mine :) 121 if( function_exists('pu_checkbox') ){ 122 $ret = pu_checkbox(false); 123 if( $ret ) 124 $ret .= '(<em>Note: Will not take effect if selected file is within an upload folder at present</em>)<br />'; 125 $return .= $ret; 126 } 127 120 128 $return .= ' 121 129 <input type="submit" name="submit" value="Import selected files" />
