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 c746bf3 commit 28f5a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WordPress/Docs/PHP/DevelopmentFunctionsStandard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</code>
<code title="Invalid: Calling the PHP native `var_dump()` function.">
<![CDATA[
var_dump( $bar );
<em>var_dump( $bar );</em>
]]>
</code>
</code_comparison>
Expand All @@ -37,7 +37,7 @@ var_dump( $bar );
</code>
<code title="Invalid: Calling the PHP native `phpinfo()` function.">
<![CDATA[
phpinfo();
<em>phpinfo();</em>
]]>
</code>
</code_comparison>
Expand Down

0 comments on commit 28f5a16

Please sign in to comment.