Skip to content

Commit

Permalink
Replace 2>/ with 2>/
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Oct 28, 2024
1 parent bea7173 commit 663608d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/command.php
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ private static function gen_cmd_pages( $cmd, $parent = [], $verbose = false ) {
$docs = preg_replace( '/ &lt;&lt;/', ' <<', $docs );
$docs = preg_replace( '/&quot;/', '"', $docs );
$docs = preg_replace( '/wp&gt; /', 'wp> ', $docs );
$docs = preg_replace( '/2&gt;\//', '2>/', $docs );
$docs = preg_replace( '/=&gt;/', '=>', $docs );
$docs = preg_replace( '/ &amp;&amp; /', ' && ', $docs );

Expand Down

0 comments on commit 663608d

Please sign in to comment.