Skip to content

Commit

Permalink
Add em tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gogdzl committed Sep 17, 2024
1 parent a7ee514 commit 5c91ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WordPress/Docs/PHP/RestrictedPHPFunctionsStandard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ add_action( 'init', function() {
</code>
<code title="Invalid: Using create_function().">
<![CDATA[
add_action( 'init', create_function( '',
add_action( 'init', <em>create_function( '',
'return foo( "bar" );'
) );
)</em> );
]]>
</code>
</code_comparison>
Expand Down

0 comments on commit 5c91ef6

Please sign in to comment.