Changeset 37289 for branches/4.5/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 04/21/2016 09:33:14 PM (9 years ago)
- Location:
- branches/4.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5
-
branches/4.5/src/wp-admin/includes/ajax-actions.php
r37148 r37289 2603 2603 2604 2604 if ( ! empty( $url ) ) { 2605 $html = '<a href="' . esc_url( $url ) . '"' . $rel . ' ">' . $html . '</a>';2605 $html = '<a href="' . esc_url( $url ) . '"' . $rel . '>' . $html . '</a>'; 2606 2606 } 2607 2607 }
Note: See TracChangeset
for help on using the changeset viewer.