Changeset 366
- Timestamp:
- 01/31/2014 11:03:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r359 r366 525 525 526 526 // Add it to the bin, and refresh the hidden input. 527 html = $('<span />').text(keyword).attr('data-keyword', keyword).prepend('<a href="#" />');527 html = $('<span />').text(keyword).attr('data-keyword', keyword).prepend('<a class="dashicons dashicons-dismiss" href="#" />'); 528 528 if ( title ) 529 529 html.attr('title', title);
Note: See TracChangeset
for help on using the changeset viewer.