Changeset 8587
- Timestamp:
- 08/08/08 04:15:03 (3 weeks ago)
- Files:
-
- trunk/wp-admin/includes/plugin.php (modified) (2 diffs)
- trunk/wp-includes/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/plugin.php
r8585 r8587 344 344 * Whether the plugin can be uninstalled. 345 345 * 346 * @since {@internal Version Unknown}}346 * @since 2.7 347 347 * 348 348 * @param string $plugin Plugin path to check. … … 363 363 * 364 364 * Calls the uninstall hook, if it is available. 365 * 366 * @since 2.7 365 367 * 366 368 * @param string $plugin Relative plugin path from Plugin Directory. trunk/wp-includes/plugin.php
r8585 r8587 528 528 * should always check for the 'WP_UNINSTALLING_PLUGIN' constant, before 529 529 * executing. 530 * 531 * @since 2.7 530 532 * 531 533 * @param string $file
