Make WordPress Core


Ignore:
Timestamp:
10/11/2022 09:00:33 AM (2 years ago)
Author:
johnbillion
Message:

Docs: Various improvements to inline docblocks.

See #55646

File:
1 edited

Legend:

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

    r54445 r54470  
    11391139
    11401140/**
    1141  * Prints a template-part.
    1142  *
    1143  * @since 5.9.0
    1144  *
    1145  * @param string $part The template-part to print. Use "header" or "footer".
     1141 * Prints a block template part.
     1142 *
     1143 * @since 5.9.0
     1144 *
     1145 * @param string $part The block template part to print. Use "header" or "footer".
    11461146 */
    11471147function block_template_part( $part ) {
     
    11541154
    11551155/**
    1156  * Prints the header template-part.
     1156 * Prints the header block template part.
    11571157 *
    11581158 * @since 5.9.0
     
    11631163
    11641164/**
    1165  * Prints the footer template-part.
     1165 * Prints the footer block template part.
    11661166 *
    11671167 * @since 5.9.0
Note: See TracChangeset for help on using the changeset viewer.