Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:14:19 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize filter docs in core classes in wp-includes/* 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-includes/class-wp-editor.php

    r37441 r37492  
    6767
    6868                /**
    69                  * Filter the wp_editor() settings.
     69                 * Filters the wp_editor() settings.
    7070                 *
    7171                 * @since 4.0.0
     
    242242
    243243                /**
    244                  * Filter the HTML markup output that displays the editor.
     244                 * Filters the HTML markup output that displays the editor.
    245245                 *
    246246                 * @since 2.1.0
     
    259259
    260260                /**
    261                  * Filter the default editor content.
     261                 * Filters the default editor content.
    262262                 *
    263263                 * @since 2.1.0
     
    334334
    335335                        /**
    336                          * Filter the Quicktags settings.
     336                         * Filters the Quicktags settings.
    337337                         *
    338338                         * @since 3.3.0
     
    363363
    364364                                        /**
    365                                          * Filter the list of teenyMCE plugins.
     365                                         * Filters the list of teenyMCE plugins.
    366366                                         *
    367367                                         * @since 2.7.0
     
    374374
    375375                                        /**
    376                                          * Filter the list of TinyMCE external plugins.
     376                                         * Filters the list of TinyMCE external plugins.
    377377                                         *
    378378                                         * The filter takes an associative array of external plugins for
     
    419419
    420420                                        /**
    421                                          * Filter the list of default TinyMCE plugins.
     421                                         * Filters the list of default TinyMCE plugins.
    422422                                         *
    423423                                         * The filter specifies which of the default plugins included
     
    439439
    440440                                                /**
    441                                                  * Filter the translations loaded for external TinyMCE 3.x plugins.
     441                                                 * Filters the translations loaded for external TinyMCE 3.x plugins.
    442442                                                 *
    443443                                                 * The filter takes an associative array ('plugin_name' => 'path')
     
    577577
    578578                                /**
    579                                  * Filter the comma-delimited list of stylesheets to load in TinyMCE.
     579                                 * Filters the comma-delimited list of stylesheets to load in TinyMCE.
    580580                                 *
    581581                                 * @since 2.1.0
     
    592592
    593593                                /**
    594                                  * Filter the list of teenyMCE buttons (Text tab).
     594                                 * Filters the list of teenyMCE buttons (Text tab).
    595595                                 *
    596596                                 * @since 2.7.0
     
    615615
    616616                                /**
    617                                  * Filter the first-row list of TinyMCE buttons (Visual tab).
     617                                 * Filters the first-row list of TinyMCE buttons (Visual tab).
    618618                                 *
    619619                                 * @since 2.0.0
     
    631631
    632632                                /**
    633                                  * Filter the second-row list of TinyMCE buttons (Visual tab).
     633                                 * Filters the second-row list of TinyMCE buttons (Visual tab).
    634634                                 *
    635635                                 * @since 2.0.0
     
    641641
    642642                                /**
    643                                  * Filter the third-row list of TinyMCE buttons (Visual tab).
     643                                 * Filters the third-row list of TinyMCE buttons (Visual tab).
    644644                                 *
    645645                                 * @since 2.0.0
     
    651651
    652652                                /**
    653                                  * Filter the fourth-row list of TinyMCE buttons (Visual tab).
     653                                 * Filters the fourth-row list of TinyMCE buttons (Visual tab).
    654654                                 *
    655655                                 * @since 2.5.0
     
    712712
    713713                                /**
    714                                  * Filter the teenyMCE config before init.
     714                                 * Filters the teenyMCE config before init.
    715715                                 *
    716716                                 * @since 2.7.0
     
    723723
    724724                                /**
    725                                  * Filter the TinyMCE config before init.
     725                                 * Filters the TinyMCE config before init.
    726726                                 *
    727727                                 * @since 2.5.0
     
    10901090
    10911091                /**
    1092                  * Filter translated strings prepared for TinyMCE.
     1092                 * Filters translated strings prepared for TinyMCE.
    10931093                 *
    10941094                 * @since 3.9.0
     
    11381138
    11391139                /**
    1140                  * Filter "tiny_mce_version" is deprecated
     1140                 * Filters "tiny_mce_version" is deprecated
    11411141                 *
    11421142                 * The tiny_mce_version filter is not needed since external plugins are loaded directly by TinyMCE.
     
    13361336
    13371337                /**
    1338                  * Filter the link query arguments.
     1338                 * Filters the link query arguments.
    13391339                 *
    13401340                 * Allows modification of the link query arguments before querying.
     
    13721372
    13731373                /**
    1374                  * Filter the link query results.
     1374                 * Filters the link query results.
    13751375                 *
    13761376                 * Allows modification of the returned link query results.
Note: See TracChangeset for help on using the changeset viewer.