Make WordPress Core

Changeset 53746


Ignore:
Timestamp:
07/21/2022 09:22:22 AM (10 months ago)
Author:
audrasjb
Message:

Docs: Add missing function description in wp-admin/includes/template.php.

This changeset also includes a few docblock standards fixes in the same file.

See #55646.

File:
1 edited

Legend:

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

    r53364 r53746  
    963963
    964964/**
    965  * Outputs the form used by the importers to accept the data to be imported
     965 * Outputs the form used by the importers to accept the data to be imported.
    966966 *
    967967 * @since 2.0.0
     
    16811681
    16821682/**
    1683  * Prints out all settings sections added to a particular settings page
     1683 * Prints out all settings sections added to a particular settings page.
    16841684 *
    16851685 * Part of the Settings API. Use this in a settings page callback function
     
    25402540
    25412541/**
     2542 * Prints out the beginning of the admin HTML header.
     2543 *
    25422544 * @global bool $is_IE
    25432545 */
     
    26012603
    26022604/**
    2603  * Output the HTML for restoring the post data from DOM storage
     2605 * Outputs the HTML for restoring the post data from DOM storage
    26042606 *
    26052607 * @since 3.6.0
Note: See TracChangeset for help on using the changeset viewer.