Changeset 10281 for sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-seo/canonical.php
- Timestamp:
- 09/23/2020 02:05:24 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-seo/canonical.php
r10077 r10281 57 57 58 58 if ( is_tax() || is_tag() || is_category() ) { 59 // Bail early for taxonomy queries that have no queried objects. 60 // This is most likely a 404 request for a term that doesn't exist. 61 if ( ! $queried_object ) { 62 return false; 63 } 64 59 65 $url = get_term_link( $queried_object ); 60 66
Note: See TracChangeset
for help on using the changeset viewer.