Changeset 47833 for branches/5.4/src/wp-includes/functions.php
- Timestamp:
- 05/20/2020 10:36:04 AM (4 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
-
branches/5.4/src/wp-includes/functions.php
r47398 r47833 1668 1668 do_action( 'do_faviconico' ); 1669 1669 1670 wp_redirect( get_site_icon_url( 32, admin_url( 'images/w-logo-blue.png' ) ) );1670 wp_redirect( get_site_icon_url( 32, includes_url( 'images/w-logo-blue.png' ) ) ); 1671 1671 exit; 1672 1672 }
Note: See TracChangeset
for help on using the changeset viewer.