Make WordPress Core

Changeset 36727


Ignore:
Timestamp:
02/26/2016 09:24:03 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Use the correct variable name for the $post_ID parameter in the DocBlock for wp_add_trashed_suffix_to_post_name_for_trashed_posts().

See #11863. See #32246.

File:
1 edited

Legend:

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

    r36726 r36727  
    60906090 * @access private
    60916091 *
    6092  * @param string $post_name    Slug.
    6093  * @param string $post__not_in Optional. Post ID that should be ignored. Default 0.
     6092 * @param string $post_name Slug.
     6093 * @param string $post_ID  Optional. Post ID that should be ignored. Default 0.
    60946094 */
    60956095function wp_add_trashed_suffix_to_post_name_for_trashed_posts( $post_name, $post_ID = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.