Skip to content

Commit

Permalink
Trying to get CI to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
notnownikki committed May 30, 2018
1 parent 947db83 commit 0fff058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-blocks/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function getPreview( state, url ) {
return preview;
}

const oEmbedLinkCheck = `<a href="${ url }">${ url }</a>`;
const oEmbedLinkCheck = '<a href="' + url +'">' + url + '</a>';

if ( oEmbedLinkCheck === preview.html ) {
// just a link to the url, it's oEmbed being helpful and creating a link for us, not actually embedding content
Expand Down

0 comments on commit 0fff058

Please sign in to comment.