Docs: Use more appropriate variable names in the inline docs for action and filter parameters.

See #49572

git-svn-id: https://develop.svn.wordpress.org/trunk@48585 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-07-23 19:04:38 +00:00
parent c0d3d7627b
commit b6046636f0
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1443,7 +1443,7 @@ class WP_Rewrite {
*
* @since 1.5.0
*
* @param string[] $this->rules The compiled array of rewrite rules, keyed by their regex pattern.
* @param string[] $rules The compiled array of rewrite rules, keyed by their regex pattern.
*/
$this->rules = apply_filters( 'rewrite_rules_array', $this->rules );