From d0e3670401463a59c8baabd839280d37de81cae8 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Sun, 22 Nov 2015 22:37:32 +0000 Subject: [PATCH] Docs: Replace a reference to WP.org with WordPress.org. git-svn-id: https://develop.svn.wordpress.org/trunk@35729 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/theme.php b/src/wp-admin/includes/theme.php index 0a0ea9e9c5..dda79cbd48 100644 --- a/src/wp-admin/includes/theme.php +++ b/src/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 ) {