From d3e6f16ae2b7756fde1c16d540ea4088444aae1b Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 10 May 2021 09:29:12 +0000 Subject: [PATCH] Regenerate README file - 2021-05-10 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60a3e5f6b..43c64ee83 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ wp-cli/entity-command Manage WordPress comments, menus, options, posts, sites, terms, and users. -[![Build Status](https://travis-ci.org/wp-cli/entity-command.svg?branch=master)](https://travis-ci.org/wp-cli/entity-command) + Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contributing) | [Support](#support) @@ -3335,7 +3335,7 @@ WP_CLI::add_hook( 'after_invoke:site empty', function(){ **EXAMPLES** $ wp site empty - Are you sure you want to empty the site at http://www.example.com of all posts, comments, and terms? [y/n] y + Are you sure you want to empty the site at http://www.example.com of all posts, links, comments, and terms? [y/n] y Success: The site at 'http://www.example.com' was emptied.