Make WordPress Core


Ignore:
Timestamp:
06/20/2020 11:16:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove an empty line between @param and @return tags, per the documentation standards.

See #49572.

File:
1 edited

Legend:

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

    r48100 r48102  
    101101 * @param int|WP_Post $post      Optional. Post ID or post object. Default is the global `$post`.
    102102 * @param bool        $leavename Optional. Whether to keep post name or page name. Default false.
    103  *
    104103 * @return string|false The permalink URL or false if post does not exist.
    105104 */
     
    44384437 * @param string $before Optional. Display before privacy policy link. Default empty.
    44394438 * @param string $after  Optional. Display after privacy policy link. Default empty.
    4440  *
    44414439 * @return string Markup for the link and surrounding elements. Empty string if it
    44424440 *                doesn't exist.
Note: See TracChangeset for help on using the changeset viewer.