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/meta-boxes.php

    r37016 r37488  
    523523
    524524                    /**
    525                      * Filter the arguments for the taxonomy parent dropdown on the Post Edit page.
     525                     * Filters the arguments for the taxonomy parent dropdown on the Post Edit page.
    526526                     *
    527527                     * @since 4.4.0
     
    799799
    800800        /**
    801          * Filter the arguments used to generate a Pages drop-down element.
     801         * Filters the arguments used to generate a Pages drop-down element.
    802802         *
    803803         * @since 3.3.0
     
    836836<?php
    837837/**
    838  * Filter the title of the default page template displayed in the drop-down.
     838 * Filters the title of the default page template displayed in the drop-down.
    839839 *
    840840 * @since 4.1.0
Note: See TracChangeset for help on using the changeset viewer.