Make WordPress Core

Changeset 52680

Timestamp:
02/04/2022 04:26:12 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Typo corrections in various API docblocks.

Props hasanuzzamanshamim.
Fixes #55073.
See #54729.

Location:
trunk/src/wp-includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-http-streams.php

    r52026 r52680  
    417417     * @param resource $stream The PHP Stream which the SSL request is being made over
    418418     * @param string   $host   The hostname being requested
    419      * @return bool If the cerficiate presented in $stream is valid for $host
     419     * @return bool If the cerate presented in $stream is valid for $host
    420420     */
    421421    public static function verify_ssl_certificate( $stream, $host ) {
  • trunk/src/wp-includes/class-wp-simplepie-sanitize-kses.php

    r49120 r52680  
    99
    1010/**
    11  * Core class used to implement SimpliePie feed sanitization.
     11 * Core class used to implement SimplePie feed sanitization.
    1212 *
    1313 * Extends the SimplePie_Sanitize class to use KSES, because
  • trunk/src/wp-includes/class-wp-text-diff-renderer-table.php

    r50034 r52680  
    256256         * - match is 'X': no match. It is a new row.
    257257         * *_rows are column vectors for the orig column and the final column.
    258          * - row >= 0: an indix of the $orig or $final array.
     258         * - row >= 0: an indx of the $orig or $final array.
    259259         * - row < 0: a blank row for that column.
    260260         */
Note: See TracChangeset for help on using the changeset viewer.