Changeset 9773 for branches/2.2/src/bp-core/bp-core-classes.php
- Timestamp:
- 04/20/2015 04:08:00 PM (11 years ago)
- File:
-
- 1 edited
-
branches/2.2/src/bp-core/bp-core-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/src/bp-core/bp-core-classes.php
r9663 r9773 2425 2425 2426 2426 // Add href attribute 2427 $attributes = ! empty( $item->link ) ? ' href="' . esc_ attr( esc_url( $item->link )) . '"' : '';2427 $attributes = ! empty( $item->link ) ? ' href="' . esc_url( $item->link ) . '"' : ''; 2428 2428 2429 2429 // Construct the link
Note: See TracChangeset
for help on using the changeset viewer.