Changeset 4308
- Timestamp:
- 04/29/2011 11:36:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r4254 r4308 847 847 848 848 if ( empty( $icon_url ) ) 849 $icon_url = 'images/generic.png';850 elseif ( is_ssl() && 0 === strpos( $icon_url, 'http://') )851 $icon_url = 'https://' . substr( $icon_url, 7);849 $icon_url = esc_url( admin_url( 'images/generic.png' ) ); 850 elseif ( is_ssl() && 0 === strpos($icon_url, 'http://') ) 851 $icon_url = 'https://' . substr($icon_url, 7); 852 852 853 853 do {
Note: See TracChangeset
for help on using the changeset viewer.