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-theme-install-list-table.php

    r36709 r37488  
    7373
    7474        /**
    75          * Filter tabs not associated with a menu item on the Install Themes screen.
     75         * Filters tabs not associated with a menu item on the Install Themes screen.
    7676         *
    7777         * @since 2.8.0
     
    125125
    126126        /**
    127          * Filter API request arguments for each Install Themes screen tab.
     127         * Filters API request arguments for each Install Themes screen tab.
    128128         *
    129129         * The dynamic portion of the hook name, `$tab`, refers to the theme install
     
    291291
    292292        /**
    293          * Filter the install action links for a theme in the Install Themes list table.
     293         * Filters the install action links for a theme in the Install Themes list table.
    294294         *
    295295         * @since 3.4.0
Note: See TracChangeset for help on using the changeset viewer.