Skip to content

Commit 1dae3bf

Browse files
committed
update commands pages after wp-cli/wp-cli@b6334de
1 parent c105e17 commit 1dae3bf

4 files changed

Lines changed: 22 additions & 2 deletions

File tree

commands/plugin/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ title: 'wp plugin'
3939
</tr>
4040
<tr>
4141
<td><a href="/commands/plugin/is-installed/">is-installed</a></td>
42-
<td>Check if the plugin is installed</td>
42+
<td>Check if the plugin is installed.</td>
4343
</tr>
4444
<tr>
4545
<td><a href="/commands/plugin/list/">list</a></td>

commands/plugin/is-installed/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: 'wp plugin is-installed'
44
---
55

6-
`wp plugin is-installed` - Check if the plugin is installed
6+
`wp plugin is-installed` - Check if the plugin is installed.
77

88
### OPTIONS
99

commands/theme/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ title: 'wp theme'
3333
<td><a href="/commands/theme/install/">install</a></td>
3434
<td>Install a theme.</td>
3535
</tr>
36+
<tr>
37+
<td><a href="/commands/theme/is-installed/">is-installed</a></td>
38+
<td>Check if the theme is installed.</td>
39+
</tr>
3640
<tr>
3741
<td><a href="/commands/theme/list/">list</a></td>
3842
<td>Get a list of themes.</td>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: default
3+
title: 'wp theme is-installed'
4+
---
5+
6+
`wp theme is-installed` - Check if the theme is installed.
7+
8+
### OPTIONS
9+
10+
&lt;theme&gt;
11+
: The theme to check.
12+
13+
### EXAMPLES
14+
15+
wp theme is-installed twentytwelve
16+

0 commit comments

Comments
 (0)