Make WordPress Core

Changeset 31292


Ignore:
Timestamp:
01/29/2015 11:31:44 AM (10 years ago)
Author:
DrewAPicture
Message:

Add missing descriptions to the DocBlocks for various functions in wp-admin/includes/post.php

Props ipm-frommen.
See #31008.

File:
1 edited

Legend:

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

    r31187 r31292  
    734734
    735735/**
    736  * {@internal Missing Short Description}}
     736 * Add post meta data defined in $_POST superglobal for post with given ID.
    737737 *
    738738 * @since 1.2.0
     
    773773
    774774/**
    775  * {@internal Missing Short Description}}
     775 * Delete post meta data by meta ID.
    776776 *
    777777 * @since 1.2.0
     
    804804
    805805/**
    806  * {@internal Missing Short Description}}
     806 * Get post meta data by meta ID.
    807807 *
    808808 * @since 2.1.0
     
    816816
    817817/**
    818  * {@internal Missing Short Description}}
    819  *
    820  * Some postmeta stuff.
     818 * Get meta data for the given post ID.
    821819 *
    822820 * @since 1.2.0
     
    834832
    835833/**
    836  * {@internal Missing Short Description}}
     834 * Update post meta data by meta ID.
    837835 *
    838836 * @since 1.2.0
     
    10071005
    10081006/**
    1009  * {@internal Missing Short Description}}
     1007 * Get all available post MIME types for a given post type.
    10101008 *
    10111009 * @since 2.5.0
Note: See TracChangeset for help on using the changeset viewer.