Ticket #39130: 39130.4.patch
File 39130.4.patch, 843 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/link-template.php
846 846 * 847 847 * @param string $link The taxonomy feed link. 848 848 * @param string $feed Feed type. 849 * @param string $ feedThe taxonomy name.849 * @param string $taxonomy The taxonomy name. 850 850 */ 851 851 $link = apply_filters( 'taxonomy_feed_link', $link, $feed, $taxonomy ); 852 852 } … … 3583 3583 * 3584 3584 * @since 4.6.0 3585 3585 * 3586 * @param string $ stringThe 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. 3588 3588 */ 3589 3589 return apply_filters( 'get_canonical_url', $canonical_url, $post ); 3590 3590 }