Changeset 32705
- Timestamp:
- 06/07/2015 09:10:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wplink.js
r32593 r32705 355 355 356 356 link = getLink(); 357 text = inputs.text.val() ;357 text = inputs.text.val() || attrs.href; 358 358 359 359 if ( link ) {
Note: See TracChangeset
for help on using the changeset viewer.