Make WordPress Core

Changeset 8587


Ignore:
Timestamp:
08/08/2008 04:15:03 AM (16 years ago)
Author:
ryan
Message:

Update since tags. Props santosj. fixes #5625

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/plugin.php

    r8585 r8587  
    344344 * Whether the plugin can be uninstalled.
    345345 *
    346  * @since {@internal Version Unknown}}
     346 * @since 2.7
    347347 *
    348348 * @param string $plugin Plugin path to check.
     
    363363 *
    364364 * Calls the uninstall hook, if it is available.
     365 *
     366 * @since 2.7
    365367 *
    366368 * @param string $plugin Relative plugin path from Plugin Directory.
  • trunk/wp-includes/plugin.php

    r8585 r8587  
    528528 * should always check for the 'WP_UNINSTALLING_PLUGIN' constant, before
    529529 * executing.
     530 *
     531 * @since 2.7
    530532 *
    531533 * @param string $file
Note: See TracChangeset for help on using the changeset viewer.