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-press-this.php

    r37361 r37488  
    4343        return array(
    4444            /**
    45              * Filter whether or not Press This should redirect the user in the parent window upon save.
     45             * Filters whether or not Press This should redirect the user in the parent window upon save.
    4646             *
    4747             * @since 4.2.0
     
    135135
    136136        /**
    137          * Filter the post data of a Press This post before saving/updating, after
     137         * Filters the post data of a Press This post before saving/updating, after
    138138         * side_load_images action had run.
    139139         *
     
    169169
    170170            /**
    171              * Filter the URL to redirect to when Press This saves.
     171             * Filters the URL to redirect to when Press This saves.
    172172             *
    173173             * @since 4.2.0
     
    691691
    692692        /**
    693          * Filter whether to enable in-source media discovery in Press This.
     693         * Filters whether to enable in-source media discovery in Press This.
    694694         *
    695695         * @since 4.2.0
     
    766766
    767767        /**
    768          * Filter the Press This data array.
     768         * Filters the Press This data array.
    769769         *
    770770         * @since 4.2.0
     
    11431143
    11441144        /**
    1145          * Filter the default HTML tags used in the suggested content for the editor.
     1145         * Filters the default HTML tags used in the suggested content for the editor.
    11461146         *
    11471147         * The HTML strings use printf format. After filtering the content is added at the specified places with `sprintf()`.
Note: See TracChangeset for help on using the changeset viewer.