Make WordPress Core


Ignore:
Timestamp:
12/07/2019 01:21:07 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Further docblock corrections and improvements.

See #48303

File:
1 edited

Legend:

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

    r46823 r46826  
    1616 * @param bool $update Are we updating a pre-existing post?
    1717 * @param array $post_data Array of post data. Defaults to the contents of $_POST.
    18  * @return object|bool WP_Error on failure, true on success.
     18 * @return array|WP_Error Array of post data on success, WP_Error on failure.
    1919 */
    2020function _wp_translate_postdata( $update = false, $post_data = null ) {
     
    202202 *
    203203 * @param array $post_data Array of post data. Defaults to the contents of $_POST.
    204  * @return object|bool WP_Error on failure, true on success.
     204 * @return array|WP_Error Array of post data on success, WP_Error on failure.
    205205 */
    206206function _wp_get_allowed_postdata( $post_data = null ) {
Note: See TracChangeset for help on using the changeset viewer.