Changeset 39639 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 12/27/2016 09:27:38 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r39589 r39639 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 ); … … 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 );
Note: See TracChangeset
for help on using the changeset viewer.