Make WordPress Core


Ignore:
Timestamp:
01/30/2022 07:23:25 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Increase the specificity of types in various inline documentation.

See #54729

File:
1 edited

Legend:

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

    r52640 r52652  
    276276     *
    277277     * @since 1.5.0
    278      * @var array
     278     * @var string[]
    279279     */
    280280    public $rewritecode = array(
     
    297297     *
    298298     * @since 1.5.0
    299      * @var array
     299     * @var string[]
    300300     */
    301301    public $rewritereplace = array(
     
    317317     *
    318318     * @since 1.5.0
    319      * @var array
     319     * @var string[]
    320320     */
    321321    public $queryreplace = array(
     
    337337     *
    338338     * @since 1.5.0
    339      * @var array
     339     * @var string[]
    340340     */
    341341    public $feeds = array( 'feed', 'rdf', 'rss', 'rss2', 'atom' );
Note: See TracChangeset for help on using the changeset viewer.