Make WordPress Core


Ignore:
Timestamp:
09/26/2022 10:08:29 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Increase the specificity of various property documentation.

See #55646

File:
1 edited

Legend:

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

    r54133 r54318  
    186186     *
    187187     * @since 1.5.0
    188      * @var array
     188     * @var string[]
    189189     */
    190190    public $rules;
     
    196196     *
    197197     * @since 2.1.0
    198      * @var array
     198     * @var string[]
    199199     */
    200200    public $extra_rules = array();
     
    206206     *
    207207     * @since 2.3.0
    208      * @var array
     208     * @var string[]
    209209     */
    210210    public $extra_rules_top = array();
     
    217217     *
    218218     * @since 2.1.0
    219      * @var array
     219     * @var string[]
    220220     */
    221221    public $non_wp_rules = array();
     
    225225     *
    226226     * @since 2.1.0
    227      * @var array
     227     * @var array[]
    228228     */
    229229    public $extra_permastructs = array();
     
    233233     *
    234234     * @since 2.1.0
    235      * @var array
     235     * @var array[]
    236236     */
    237237    public $endpoints;
Note: See TracChangeset for help on using the changeset viewer.