Skip to content

Commit 0b614eb

Browse files
List all entities in the package description
This makes it easier for developers to find the appropriate docs.
1 parent 80d4b66 commit 0b614eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Used by Probot Settings: https://probot.github.io/apps/settings/
22
repository:
3-
description: Manage WordPress core entities.
3+
description: Manage WordPress comments, menus, options, posts, sites, terms, and users.
44
labels:
55
- name: bug
66
color: fc2929

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
wp-cli/entity-command
22
=====================
33

4-
Manage WordPress core entities.
4+
Manage WordPress comments, menus, options, posts, sites, terms, and users.
55

66
[![Build Status](https://travis-ci.org/wp-cli/entity-command.svg?branch=master)](https://travis-ci.org/wp-cli/entity-command)
77

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wp-cli/entity-command",
33
"type": "wp-cli-package",
4-
"description": "Manage WordPress core entities.",
4+
"description": "Manage WordPress comments, menus, options, posts, sites, terms, and users.",
55
"homepage": "https://github.com/wp-cli/entity-command",
66
"license": "MIT",
77
"authors": [

0 commit comments

Comments
 (0)