From dc2491933996e7b903db5aaa7417aef4a46cc32b Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 5 Apr 2018 07:15:25 +0000 Subject: [PATCH] Build Tools: Update the description in package.json and composer.json. The description now matches the tagline on the front page of WordPress.org. Props ocean90. Fixes #43558. git-svn-id: https://develop.svn.wordpress.org/trunk@42961 602fd350-edb4-49c9-b593-d223f7449a82 --- composer.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 623392c5ca..a95151612a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "wordpress/wordpress", "license": "GPL-2.0-or-later", - "description": "WordPress is web software you can use to create a beautiful website or blog.", + "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "homepage": "https://wordpress.org", "keywords": [ "blog", "cms", "wordpress", "wp" diff --git a/package.json b/package.json index d186161fda..3a289ee1c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "WordPress", "version": "5.0.0", - "description": "WordPress is web software you can use to create a beautiful website or blog.", + "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "repository": { "type": "svn", "url": "https://develop.svn.wordpress.org/trunk"