Changeset 45306
- Timestamp:
- 05/11/08 23:00:55 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
admin-management-xtended/trunk/admin-management-xtended.php
r44449 r45306 2 2 /* 3 3 Plugin Name: Admin Management Xtended 4 Version: 0.94 Version: 1.0 5 5 Plugin URI: http://www.schloebe.de/wordpress/admin-management-xtended-plugin/ 6 Description: Adds ajax-driven options to some admin management pages with CMS-known functions like toggling post/page visibility without having to open the edit screens...6 Description: Adds AJAX-driven options to some admin management pages with CMS-known functions like toggling post/page visibility without having to open the edit screens, plus changing page order with drag'n'drop. 7 7 Author: Oliver Schlöbe 8 8 Author URI: http://www.schloebe.de/ … … 31 31 /* ************************************************ */ 32 32 33 define("AME_VERSION", " 0.9");33 define("AME_VERSION", "1.0"); 34 34 define("AME_PLUGINPATH", "/admin-management-xtended/"); 35 35 load_plugin_textdomain('admin-management-xtended', PLUGINDIR . AME_PLUGINPATH);
