Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Juliette <663378+jrfnl@users.noreply.github.com>
  • Loading branch information
NielsdeBlaauw and jrfnl committed Nov 6, 2019
1 parent dbfa653 commit 542ce59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WordPress/Docs/WP/EnqueuedResourcesStandard.xml
Expand Up @@ -20,7 +20,7 @@
<![CDATA[
printf(
'<em><script src="%s"></script></em>',
esc_attr( $path_to_file )
esc_url( $path_to_file )
);
]]>
</code>
Expand All @@ -45,7 +45,7 @@ printf(
<![CDATA[
printf(
'<em><link rel="stylesheet" href="%s" /></em>',
esc_attr( $path_to_file )
esc_url( $path_to_file )
);
]]>
</code>
Expand Down

0 comments on commit 542ce59

Please sign in to comment.