Make WordPress Core

Changeset 27463


Ignore:
Timestamp:
03/08/2014 01:25:28 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Fix docblock formatting in [27462]. see #23057.

File:
1 edited

Legend:

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

    r27462 r27463  
    283283     * @since 2.0.0
    284284     *
    285      * @param int $id              ID of the user to delete.
     285     * @param int        $id       ID of the user to delete.
    286286     * @param int|string $reassign ID of the user to reassign posts and links to. Default 'novalue'.
    287287     */
     
    355355     * @since 2.9.0
    356356     *
    357      * @param int $id              ID of the deleted user.
     357     * @param int        $id       ID of the deleted user.
    358358     * @param int|string $reassign ID of the user to reassign posts and links to. Default 'novalue'.
    359359     */
Note: See TracChangeset for help on using the changeset viewer.