Skip to content

Commit

Permalink
fixup in-page source result
Browse files Browse the repository at this point in the history
  • Loading branch information
frrrances committed Feb 27, 2020
1 parent 0d2ab21 commit 064dcb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/src/UnregisteredClientsView.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,13 @@ export default function UnregisteredClientsView() {
unregisteredClients[md5].src
|| unregisteredClients[md5].href
|| __experimentalCreateInterpolateElement(
__( '<em>in page source. File starts with</em><excerpt/>', 'font-awesome' ),
__( '<em>in page source. </em><excerpt/>', 'font-awesome' ),
{
em: <em />,
excerpt: (
( content ) => content
? <>
: <code>{ content }</code>
File starts with: <code>{ content }</code>
</>
: ''
) ( excerpt( get(unregisteredClients[md5], 'innerText') ) )
Expand Down

0 comments on commit 064dcb6

Please sign in to comment.