Skip to content

Commit

Permalink
Update DontExtractStandard.xml
Browse files Browse the repository at this point in the history
fix incomplete description of invalid use case description
  • Loading branch information
aiolachiara authored Jun 19, 2024
1 parent 1a08be5 commit c9c9d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/Docs/PHP/DontExtractStandard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $var_array = array(
my_extract( $var_array, EXTR_OVERWRITE );
]]>
</code>
<code title="Invalid: ">
<code title="Invalid: use `extract()` function">
<![CDATA[
$var_array = array(
"title" => "My title",
Expand Down

0 comments on commit c9c9d3d

Please sign in to comment.