Make WordPress Core


Ignore:
Timestamp:
01/15/2022 09:20:57 PM (4 years ago)
Author:
audrasjb
Message:

Docs: Miscellaneous docblock corrections in REST API and Sitemaps API.

Props kebbet.
See #54729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php

    r52311 r52582  
    558558
    559559                /*
    560                  * Alows for additional attributes before the content attribute.
     560                 * Allows for additional attributes before the content attribute.
    561561                 * Searches for anything other than > symbol.
    562562                 */
     
    644644                '#isU';
    645645
    646         // Find the metdata element.
     646        // Find the metadata element.
    647647        foreach ( $meta_elements[0] as $index => $element ) {
    648648            preg_match( $pattern, $element, $match );
Note: See TracChangeset for help on using the changeset viewer.