Changeset 47550 for trunk/src/wp-includes/widgets/class-wp-widget-rss.php
- Timestamp:
- 04/05/2020 03:00:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-rss.php
r47122 r47550 58 58 59 59 // Self-URL destruction sequence. 60 if ( in_array( untrailingslashit( $url ), array( site_url(), home_url() ) ) ) {60 if ( in_array( untrailingslashit( $url ), array( site_url(), home_url() ), true ) ) { 61 61 return; 62 62 }
Note: See TracChangeset
for help on using the changeset viewer.