Make WordPress Core


Ignore:
Timestamp:
06/03/2020 10:00:27 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #49572.

File:
1 edited

Legend:

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

    r47808 r47892  
    38633863     * @since 3.0.0
    38643864     *
    3865      * @param bool|string $return      Short-circuit return value. Either false or a URL string.
    3866      * @param int         $id          Post ID, or 0 for the current post.
    3867      * @param string      $context     The context for the link. One of 'post' or 'query',
    3868      * @param bool        $allow_slugs Whether to allow post slugs in the shortlink.
     3865     * @param false|string $return      Short-circuit return value. Either false or a URL string.
     3866     * @param int          $id          Post ID, or 0 for the current post.
     3867     * @param string       $context     The context for the link. One of 'post' or 'query',
     3868     * @param bool         $allow_slugs Whether to allow post slugs in the shortlink.
    38693869     */
    38703870    $shortlink = apply_filters( 'pre_get_shortlink', false, $id, $context, $allow_slugs );
Note: See TracChangeset for help on using the changeset viewer.