Skip to content

Commit 1f9f0bb

Browse files
committed
Convert theme command and subcommand help summaries (and other method DocBlock summaries) to use third-person singular verbs.
1 parent 281775f commit 1f9f0bb

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/Theme_Command.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected function get_upgrader_class( $force ) {
6666
}
6767

6868
/**
69-
* See the status of one or all themes.
69+
* Reveals the status of one or all themes.
7070
*
7171
* ## OPTIONS
7272
*
@@ -96,7 +96,7 @@ public function status( $args ) {
9696
}
9797

9898
/**
99-
* Search the WordPress.org theme directory.
99+
* Searches the WordPress.org theme directory.
100100
*
101101
* Displays themes in the WordPress.org theme directory matching a given
102102
* search query.
@@ -190,7 +190,7 @@ protected function get_status( $theme ) {
190190
}
191191

192192
/**
193-
* Activate a theme.
193+
* Activates a theme.
194194
*
195195
* ## OPTIONS
196196
*
@@ -232,7 +232,7 @@ public function activate( $args = array() ) {
232232
}
233233

234234
/**
235-
* Enable a theme on a WordPress multisite install.
235+
* Enables a theme on a WordPress multisite install.
236236
*
237237
* Permits theme to be activated from the dashboard of a site on a WordPress
238238
* multisite install.
@@ -294,7 +294,7 @@ public function enable( $args, $assoc_args ) {
294294
}
295295

296296
/**
297-
* Disable a theme on a WordPress multisite install.
297+
* Disables a theme on a WordPress multisite install.
298298
*
299299
* Removes ability for a theme to be activated from the dashboard of a site
300300
* on a WordPress multisite install.
@@ -347,7 +347,7 @@ private function is_active_theme( $theme ) {
347347
}
348348

349349
/**
350-
* Get the path to a theme or to the theme directory.
350+
* Gets the path to a theme or to the theme directory.
351351
*
352352
* ## OPTIONS
353353
*
@@ -471,7 +471,7 @@ protected function filter_item_list( $items, $args ) {
471471
}
472472

473473
/**
474-
* Install a theme.
474+
* Installs a theme.
475475
*
476476
* ## OPTIONS
477477
*
@@ -519,7 +519,7 @@ public function install( $args, $assoc_args ) {
519519
}
520520

521521
/**
522-
* Get details about a theme.
522+
* Gets details about a theme.
523523
*
524524
* ## OPTIONS
525525
*
@@ -582,7 +582,7 @@ public function get( $args, $assoc_args ) {
582582
}
583583

584584
/**
585-
* Update one or more themes.
585+
* Updates one or more themes.
586586
*
587587
* ## OPTIONS
588588
*
@@ -676,7 +676,7 @@ public function update( $args, $assoc_args ) {
676676
}
677677

678678
/**
679-
* Check if the theme is installed.
679+
* Checks if a given theme is installed.
680680
*
681681
* Returns exit code 0 when installed, 1 when uninstalled.
682682
*
@@ -705,7 +705,7 @@ public function is_installed( $args, $assoc_args = array() ) {
705705
}
706706

707707
/**
708-
* Delete a theme.
708+
* Deletes a theme.
709709
*
710710
* Removes the theme from the filesystem.
711711
*
@@ -749,7 +749,7 @@ public function delete( $args ) {
749749
}
750750

751751
/**
752-
* Get a list of themes.
752+
* Gets a list of themes.
753753
*
754754
* ## OPTIONS
755755
*

0 commit comments

Comments
 (0)