diff --git a/wp-includes/class-wp-rewrite.php b/wp-includes/class-wp-rewrite.php index 43f3e28087..cdfa529542 100644 --- a/wp-includes/class-wp-rewrite.php +++ b/wp-includes/class-wp-rewrite.php @@ -153,9 +153,11 @@ class WP_Rewrite { * is "/archive/". If the permalink structure is "/%year%/%postname%/" * then the front is "/". * - * @see WP_Rewrite::init() * @since 1.5.0 + * @access public * @var string + * + * @see WP_Rewrite::init() */ public $front; @@ -166,10 +168,12 @@ class WP_Rewrite { * `WP_Rewrite::$index` with a trailing slash appended. Otherwise the root * will be empty. * + * @since 1.5.0 + * @access public + * @var string + * * @see WP_Rewrite::init() * @see WP_Rewrite::using_index_permalinks() - * @since 1.5.0 - * @var string */ public $root = ''; diff --git a/wp-includes/version.php b/wp-includes/version.php index ad26000995..0883f0c050 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34940'; +$wp_version = '4.4-alpha-34941'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.