Make WordPress Core


Ignore:
Timestamp:
12/27/2016 09:27:38 AM (8 years ago)
Author:
johnbillion
Message:

Docs: Misc corrections and additions to inline documentation.

See #39130
Props keesiemeijer

File:
1 edited

Legend:

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

    r39589 r39639  
    847847         * @param string $link The taxonomy feed link.
    848848         * @param string $feed Feed type.
    849          * @param string $feed The taxonomy name.
     849         * @param string $taxonomy The taxonomy name.
    850850         */
    851851        $link = apply_filters( 'taxonomy_feed_link', $link, $feed, $taxonomy );
     
    35843584     * @since 4.6.0
    35853585     *
    3586      * @param string  $string The post's canonical URL.
    3587      * @param WP_Post $post   Post object.
     3586     * @param string  $canonical_url The post's canonical URL.
     3587     * @param WP_Post $post          Post object.
    35883588     */
    35893589    return apply_filters( 'get_canonical_url', $canonical_url, $post );
Note: See TracChangeset for help on using the changeset viewer.