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/includes/class-wp-ms-sites-list-table.php

    r36663 r37488  
    225225
    226226        /**
    227          * Filter the displayed site columns in Sites list table.
     227         * Filters the displayed site columns in Sites list table.
    228228         *
    229229         * @since MU
     
    532532
    533533        /**
    534          * Filter the action links displayed for each site in the Sites list table.
     534         * Filters the action links displayed for each site in the Sites list table.
    535535         *
    536536         * The 'Edit', 'Dashboard', 'Delete', and 'Visit' links are displayed by
Note: See TracChangeset for help on using the changeset viewer.