Changeset 9791 for trunk/src/bp-core/classes/class-bp-walker-nav-menu.php
- Timestamp:
- 04/23/2015 03:13:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-walker-nav-menu.php
r9585 r9791 182 182 183 183 // Add href attribute 184 $attributes = ! empty( $item->link ) ? ' href="' . esc_ attr( esc_url( $item->link )) . '"' : '';184 $attributes = ! empty( $item->link ) ? ' href="' . esc_url( $item->link ) . '"' : ''; 185 185 186 186 // Construct the link
Note: See TracChangeset
for help on using the changeset viewer.