Make WordPress Core

Changeset 34940


Ignore:
Timestamp:
10/08/2015 04:48:04 PM (11 years ago)
Author:
DrewAPicture
Message:

Docs: Relocate some DocBlock-level @see tags in WP_Rewrite.

See #34218.

File:
1 edited

Legend:

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

    r34939 r34940  
    259259         * to the .htaccess file.
    260260         *
     261         * @since 2.0.0
     262         * @access public
     263         * @var bool
     264         *
    261265         * @see WP_Rewrite::mod_rewrite_rules()
    262          * @since 2.0.0
    263          * @access public
    264          * @var bool
    265266         */
    266267        public $use_verbose_rules = false;
     
    811812         * that tag, otherwise add the new tag.
    812813         *
     814         * @since 1.5.0
     815         * @access public
     816         *
    813817         * @see WP_Rewrite::$rewritecode
    814818         * @see WP_Rewrite::$rewritereplace
    815819         * @see WP_Rewrite::$queryreplace
    816          * @since 1.5.0
    817          * @access public
    818820         *
    819821         * @param string $tag   Name of the rewrite tag to add or update.
     
    15971599         *
    15981600         * @see add_rewrite_endpoint() for full documentation.
    1599          *
    16001601         * @global WP $wp
    16011602         *
Note: See TracChangeset for help on using the changeset viewer.