We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81fc700 + da186c9 commit 2c4c0e2Copy full SHA for 2c4c0e2
_includes/header.html
@@ -29,9 +29,9 @@
29
<h1><a href="/">WP-CLI</a></h1>
30
{% capture page_url %}{{ page.url | remove:'index.html' }}{% endcapture %}
31
{% if page_url == '/restful/' %}
32
- <h2>A <em>RESTful</em> command line interface for WordPress</h2>
+ <h2>The <em>RESTful</em> command line interface for WordPress</h2>
33
{% else %}
34
- <h2>A command line interface for WordPress</h2>
+ <h2>The command line interface for WordPress</h2>
35
{% endif %}
36
37
{% include navigation.html %}
0 commit comments