Changeset 8587
- Timestamp:
- 08/08/2008 04:15:03 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.