Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:00:23 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/site-users.php

    r37466 r37488  
    186186
    187187/**
    188  * Filter whether to show the Add Existing User form on the Multisite Users screen.
     188 * Filters whether to show the Add Existing User form on the Multisite Users screen.
    189189 *
    190190 * @since 3.1.0
     
    293293<?php
    294294/**
    295  * Filter whether to show the Add New User form on the Multisite Users screen.
     295 * Filters whether to show the Add New User form on the Multisite Users screen.
    296296 *
    297297 * @since 3.1.0
Note: See TracChangeset for help on using the changeset viewer.