Skip to content

Commit

Permalink
updated prefix number in docs and the order of since tag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Oct 21, 2024
1 parent 3650b7c commit c94f358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function <em>wp_save_post()</em> {}
</code_comparison>
<standard>
<![CDATA[
Prefixes must have a minimum length of three character to be considered valid, as many plugins and themes share the same initials.
Prefixes must have a minimum length of four character to be considered valid, as many plugins and themes share the same initials.
]]>
</standard>
<code_comparison>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ final class PrefixAllGlobalsSniff extends AbstractFunctionParameterSniff {
/**
* Minimal number of characters the prefix needs in order to be valid.
*
* @since 2.2.0
* @since 3.2.0 The minimum number of characters was raised from 3 to 4.
* @since 2.2.0
*
* @link https://github.com/WordPress/WordPress-Coding-Standards/issues/1733 Issue 1733.
* @link https://github.com/WordPress/WordPress-Coding-Standards/issues/2467 Issue 2467.
Expand Down

0 comments on commit c94f358

Please sign in to comment.