Ticket #41489: 41489.2.patch
File 41489.2.patch, 603 bytes (added by , 7 years ago) |
---|
-
wp-includes/js/customize-preview.js
344 344 element.protocol = 'https:'; 345 345 } 346 346 347 // Ignore links with class wp-playlist-caption 348 if ( element.classList.contains( 'wp-playlist-caption' ) ) { 349 return; 350 } 351 347 352 if ( ! api.isLinkPreviewable( element ) ) { 348 353 349 354 // Style link as unpreviewable only if previewing in iframe; if previewing on frontend, links will be allowed to work normally.