Make WordPress Core

Changeset 36724


Ignore:
Timestamp:
02/26/2016 08:55:50 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing @param entry for the $user_login parameter in the DocBlock for the deprecated is_site_admin() function.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-deprecated.php

    r36723 r36724  
    5858 * @deprecated 3.0.0 Use is_super_admin()
    5959 * @see is_super_admin()
     60 *
     61 * @param string $user_login Optional. Username for the user to check. Default empty.
    6062 */
    6163function is_site_admin( $user_login = '' ) {
Note: See TracChangeset for help on using the changeset viewer.