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-xmlrpc-server.php

    r37487 r37492  
    160160
    161161                /**
    162                  * Filter the methods exposed by the XML-RPC server.
     162                 * Filters the methods exposed by the XML-RPC server.
    163163                 *
    164164                 * This filter can be used to add new methods, and remove built-in methods.
     
    248248
    249249                /**
    250                  * Filter whether XML-RPC methods requiring authentication are enabled.
     250                 * Filters whether XML-RPC methods requiring authentication are enabled.
    251251                 *
    252252                 * Contrary to the way it's named, this filter does not control whether XML-RPC is *fully*
     
    289289
    290290                        /**
    291                          * Filter the XML-RPC user login error message.
     291                         * Filters the XML-RPC user login error message.
    292292                         *
    293293                         * @since 3.5.0
     
    563563
    564564                /**
    565                  * Filter the XML-RPC blog options property.
     565                 * Filters the XML-RPC blog options property.
    566566                 *
    567567                 * @since 2.6.0
     
    705705
    706706                /**
    707                  * Filter XML-RPC-prepared data for the given taxonomy.
     707                 * Filters XML-RPC-prepared data for the given taxonomy.
    708708                 *
    709709                 * @since 3.4.0
     
    739739
    740740                /**
    741                  * Filter XML-RPC-prepared data for the given term.
     741                 * Filters XML-RPC-prepared data for the given term.
    742742                 *
    743743                 * @since 3.4.0
     
    868868
    869869                /**
    870                  * Filter XML-RPC-prepared date for the given post.
     870                 * Filters XML-RPC-prepared date for the given post.
    871871                 *
    872872                 * @since 3.4.0
     
    919919
    920920                /**
    921                  * Filter XML-RPC-prepared date for the given post type.
     921                 * Filters XML-RPC-prepared date for the given post type.
    922922                 *
    923923                 * @since 3.4.0
     
    958958
    959959                /**
    960                  * Filter XML-RPC-prepared data for the given media item.
     960                 * Filters XML-RPC-prepared data for the given media item.
    961961                 *
    962962                 * @since 3.4.0
     
    10401040
    10411041                /**
    1042                  * Filter XML-RPC-prepared data for the given page.
     1042                 * Filters XML-RPC-prepared data for the given page.
    10431043                 *
    10441044                 * @since 3.4.0
     
    10891089
    10901090                /**
    1091                  * Filter XML-RPC-prepared data for the given comment.
     1091                 * Filters XML-RPC-prepared data for the given comment.
    10921092                 *
    10931093                 * @since 3.4.0
     
    11371137
    11381138                /**
    1139                  * Filter XML-RPC-prepared data for the given user.
     1139                 * Filters XML-RPC-prepared data for the given user.
    11401140                 *
    11411141                 * @since 3.5.0
     
    15071507
    15081508                /**
    1509                  * Filter post data array to be inserted via XML-RPC.
     1509                 * Filters post data array to be inserted via XML-RPC.
    15101510                 *
    15111511                 * @since 3.4.0
     
    17101710                } else {
    17111711                        /**
    1712                          * Filter the list of post query fields used by the given XML-RPC method.
     1712                         * Filters the list of post query fields used by the given XML-RPC method.
    17131713                         *
    17141714                         * @since 3.4.0
     
    22612261                } else {
    22622262                        /**
    2263                          * Filter the taxonomy query fields used by the given XML-RPC method.
     2263                         * Filters the taxonomy query fields used by the given XML-RPC method.
    22642264                         *
    22652265                         * @since 3.4.0
     
    23962396                } else {
    23972397                        /**
    2398                          * Filter the default user query fields used by the given XML-RPC method.
     2398                         * Filters the default user query fields used by the given XML-RPC method.
    23992399                         *
    24002400                         * @since 3.5.0
     
    35093509
    35103510                /**
    3511                  * Filter whether to allow anonymous comments over XML-RPC.
     3511                 * Filters whether to allow anonymous comments over XML-RPC.
    35123512                 *
    35133513                 * @since 2.7.0
     
    40794079                } else {
    40804080                        /**
    4081                          * Filter the default query fields used by the given XML-RPC method.
     4081                         * Filters the default query fields used by the given XML-RPC method.
    40824082                         *
    40834083                         * @since 3.4.0
     
    41974197                } else {
    41984198                        /**
    4199                          * Filter the default revision query fields used by the given XML-RPC method.
     4199                         * Filters the default revision query fields used by the given XML-RPC method.
    42004200                         *
    42014201                         * @since 3.5.0
     
    58015801
    58025802                /**
    5803                  * Filter whether to preempt the XML-RPC media upload.
     5803                 * Filters whether to preempt the XML-RPC media upload.
    58045804                 *
    58055805                 * Passing a truthy value will effectively short-circuit the media upload,
     
    60866086
    60876087                /**
    6088                  * Filter the MoveableType text filters list for XML-RPC.
     6088                 * Filters the MoveableType text filters list for XML-RPC.
    60896089                 *
    60906090                 * @since 2.2.0
     
    62146214
    62156215                /**
    6216                  * Filter the pingback source URI.
     6216                 * Filters the pingback source URI.
    62176217                 *
    62186218                 * @since 3.6.0
     
    63116311
    63126312                /**
    6313                  * Filter the pingback remote source.
     6313                 * Filters the pingback remote source.
    63146314                 *
    63156315                 * @since 2.5.0
     
    64576457        protected function pingback_error( $code, $message ) {
    64586458                /**
    6459                  * Filter the XML-RPC pingback error return.
     6459                 * Filters the XML-RPC pingback error return.
    64606460                 *
    64616461                 * @since 3.5.1
Note: See TracChangeset for help on using the changeset viewer.