Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

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

    r47402 r48100  
    10911091 *
    10921092 * @param string $post_type The current post type based on the query vars.
    1093  * @return int $id The Post ID.
     1093 * @return int The Post ID.
    10941094 */
    10951095function _find_post_by_old_slug( $post_type ) {
     
    11261126 *
    11271127 * @param string $post_type The current post type based on the query vars.
    1128  * @return int $id The Post ID.
     1128 * @return int The Post ID.
    11291129 */
    11301130function _find_post_by_old_date( $post_type ) {
Note: See TracChangeset for help on using the changeset viewer.