Make WordPress Core


Ignore:
Timestamp:
11/04/2025 07:49:55 PM (5 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Add some missing full stops in various DocBlocks.

Follow-up to [8196], [32846], [34928].

Props sujansarkar, shailu25, dhruvang21, westonruter, SergeyBiryukov.
Fixes #64181.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/class-wp-rest-server.php

    r61114 r61139  
    168168     *
    169169     * @return WP_Error|null|true WP_Error indicates unsuccessful login, null indicates successful
    170      *                            or no authentication provided
     170     *                            or no authentication provided.
    171171     */
    172172    public function check_authentication() {
     
    228228     * @param string   $message Human-readable message.
    229229     * @param int|null $status  Optional. HTTP status code to send. Default null.
    230      * @return string JSON representation of the error
     230     * @return string JSON representation of the error.
    231231     */
    232232    protected function json_error( $code, $message, $status = null ) {
Note: See TracChangeset for help on using the changeset viewer.