Make WordPress Core


Ignore:
Timestamp:
01/18/2022 08:27:39 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typos in some DocBlocks.

Props kebbet.
See #54729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-template.php

    r52595 r52597  
    6767        $index                  = array_search( $relative_template_path, $templates, true );
    6868
    69         // If the template hiearchy algorithm has successfully located a PHP template file,
     69        // If the template hierarchy algorithm has successfully located a PHP template file,
    7070        // we will only consider block templates with higher or equal specificity.
    7171        $templates = array_slice( $templates, 0, $index + 1 );
Note: See TracChangeset for help on using the changeset viewer.