From d04396d0ad7313eef82634d61f9fd04bc04883f9 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Sun, 22 Nov 2015 22:38:26 +0000 Subject: [PATCH] Docs: Replace a reference to WP.org with WordPress.org. Built from https://develop.svn.wordpress.org/trunk@35729 git-svn-id: http://core.svn.wordpress.org/trunk@35693 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/theme.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index 0a0ea9e9c5..dda79cbd48 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -187,7 +187,7 @@ function get_theme_update_available( $theme ) { * * @since 3.1.0 * - * @param bool $api Optional. Whether try to fetch tags from the WP.org API. Defaults to true. + * @param bool $api Optional. Whether try to fetch tags from the WordPress.org API. Defaults to true. * @return array Array of features keyed by category with translations keyed by slug. */ function get_theme_feature_list( $api = true ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index be8d9487d9..424992ef53 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta4-35728'; +$wp_version = '4.4-beta4-35729'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.