Skip to content

Commit 8583147

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Theme_Mod_Command.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Manage theme mods.
4+
* Sets, gets, and removes theme mods.
55
*
66
* ## EXAMPLES
77
*
@@ -25,7 +25,7 @@ class Theme_Mod_Command extends WP_CLI_Command {
2525
);
2626

2727
/**
28-
* Get one or more theme mods.
28+
* Gets one or more theme mods.
2929
*
3030
* ## OPTIONS
3131
*
@@ -122,7 +122,7 @@ public function get( $args = array(), $assoc_args = array() ) {
122122
}
123123

124124
/**
125-
* Remove one or more theme mods.
125+
* Removes one or more theme mods.
126126
*
127127
* ## OPTIONS
128128
*
@@ -169,7 +169,7 @@ public function remove( $args = array(), $assoc_args = array() ) {
169169
}
170170

171171
/**
172-
* Set the value of a theme mod.
172+
* Sets the value of a theme mod.
173173
*
174174
* ## OPTIONS
175175
*

0 commit comments

Comments
 (0)