Make WordPress Core

Changeset 34826


Ignore:
Timestamp:
10/05/2015 03:02:20 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing DocBlock summaries for five functions in wp-admin/includes/template-functions.php.

See #32246.

File:
1 edited

Legend:

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

    r34743 r34826  
    221221
    222222/**
    223  * {@internal Missing Short Description}}
     223 * Outputs a link category checklist element.
    224224 *
    225225 * @since 2.5.1
     
    331331
    332332/**
    333  * {@internal Missing Short Description}}
     333 * Outputs the in-line comment reply-to form in the Comments list table.
    334334 *
    335335 * @since 2.7.0
     
    462462
    463463/**
    464  * {@internal Missing Short Description}}
     464 * Outputs a post's public meta data in the Custom Fields meta box.
    465465 *
    466466 * @since 1.2.0
     
    505505
    506506/**
    507  * {@internal Missing Short Description}}
     507 * Outputs a single row of public meta data in the Custom Fields meta box.
    508508 *
    509509 * @since 2.5.0
     
    14181418
    14191419/**
    1420  * {@internal Missing Short Description}}
     1420 * Outputs the modal window used for attaching media to posts or pages in the media-listing screen.
    14211421 *
    14221422 * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.