Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:04:38 PM (5 years ago)
Author:
johnbillion
Message:

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

See #49572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-rewrite.php

    r48197 r48585  
    14441444         * @since 1.5.0
    14451445         *
    1446          * @param string[] $this->rules The compiled array of rewrite rules, keyed by their regex pattern.
     1446         * @param string[] $rules The compiled array of rewrite rules, keyed by their regex pattern.
    14471447         */
    14481448        $this->rules = apply_filters( 'rewrite_rules_array', $this->rules );
Note: See TracChangeset for help on using the changeset viewer.