Changeset 33591
- Timestamp:
- 08/06/2015 08:57:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wplink.js
r33588 r33591 366 366 367 367 link = getLink(); 368 text = inputs.text.val() || attrs.href; 368 369 if ( inputs.wrap.hasClass( 'has-text-field' ) ) { 370 text = inputs.text.val() || attrs.href; 371 } 369 372 370 373 if ( link ) {
Note: See TracChangeset
for help on using the changeset viewer.