Skip to content

Commit bf4aeae

Browse files
authored
Merge pull request #401 from akkspros/akkspros
Fix typos and docs standards
2 parents c3d376f + 6cde483 commit bf4aeae

18 files changed

+21
-24
lines changed

_includes/languages.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'use strict';
1111
var langs = document.getElementById( 'languages' );
1212

13-
// Only apply this after we set the Selected option
13+
// Only apply this after we set the Selected option.
1414
langs.onchange = function( ev ) {
1515
if ( ev.currentTarget && ev.currentTarget.value ) {
1616
location.href = ev.currentTarget.value;
@@ -25,7 +25,7 @@
2525
count = opts.length;
2626

2727
for ( var i = 0; i < count; i++ ){
28-
// Only happens if you have language path on the start of the location.pathname
28+
// Only happens if you have language path on the start of the location.pathname.
2929
if ( 0 === window.location.pathname.indexOf( opts[ i ].value ) ) {
3030
opts[ i ].setAttribute( 'selected', 'selected' );
3131
}

_posts/2012-11-05-new-home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Welcome to the new website for the WP-CLI project!
88

99
wp-cli already has a public [code repository](https://github.com/wp-cli/wp-cli), an [issue tracker](https://github.com/wp-cli/wp-cli/issues) and a [wiki](https://github.com/wp-cli/wp-cli/wiki). The only thing that was missing was a blog for publishing release notes and other news.
1010

11-
Since github has built-in support for [Jekyll](https://github.com/mojombo/jekyll/wiki), I decided to use that. The code for this website is also public: [github.com/wp-cli/wp-cli.github.com](https://github.com/wp-cli/wp-cli.github.com)
11+
Since GitHub has built-in support for [Jekyll](https://github.com/mojombo/jekyll/wiki), I decided to use that. The code for this website is also public: [github.com/wp-cli/wp-cli.github.com](https://github.com/wp-cli/wp-cli.github.com)

_posts/2012-11-10-wp-shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Here's a contrived example session:
2121
wp> exit
2222
scribu@air:~/wp/core$
2323

24-
`wp shell` will be available in the 0.7 release of WP-CLI, but if you want to try it out right now, clone the [latest version](https://github.com/wp-cli/wp-cli) from github. If you have suggestions for making it better, don't hesitate to open issues and pull requests.
24+
`wp shell` will be available in the 0.7 release of WP-CLI, but if you want to try it out right now, clone the [latest version](https://github.com/wp-cli/wp-cli) from GitHub. If you have suggestions for making it better, don't hesitate to open issues and pull requests.

_posts/2013-06-15-version-0.10.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Internals:
1717

1818
* show warning if a URL redirect is attempted while using WP-CLI
1919

20-
You can also browse the list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=11&state=closed) on Github.
20+
You can also browse the list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=11&state=closed) on GitHub.

_posts/2013-06-26-version-0.10.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Internals:
1616

1717
* fix required version for php-cli-tools package
1818

19-
You can also browse the list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=12&state=closed) on Github.
19+
You can also browse the list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=12&state=closed) on GitHub.

_posts/2013-08-05-version-0.11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ Internals:
5151
* support passing `--require=` multiple times
5252
* deprecated `WP_CLI::add_man_dir()`
5353

54-
You can also browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=10&state=closed) on Github.
54+
You can also browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=10&state=closed) on GitHub.
5555

5656
Contributors to this release: [dangardner](https://github.com/dangardner), [danielbachhuber](https://github.com/danielbachhuber), [eugeneware](https://github.com/eugeneware), [jmslbam](https://github.com/jmslbam), [johnbillion](https://github.com/johnbillion), [MiteshShah](https://github.com/MiteshShah), [om4james](https://github.com/om4james), [scribu](https://github.com/scribu), [twratajczak](https://github.com/twratajczak), [Veered](https://github.com/Veered).

_posts/2013-08-08-version-0.11.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Internals:
2020
* fixed synopsis parser bug where arguments with vertical bars would be ignored
2121
* added support for `WP_CLI_PHP_ARGS` environment variable
2222

23-
You can also browse the list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=15&state=closed) on Github.
23+
You can also browse the list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=15&state=closed) on GitHub.
2424

2525
Contributors to this release: [c10b10](https://github.com/c10b10), [jmslbam](https://github.com/jmslbam), [scribu](https://github.com/scribu).

_posts/2013-10-04-version-0.12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ So, phar archives can be downloaded from the [wp-cli/builds](https://github.com/
6060
* `wp plugin is-installed` and `wp theme is-installed`
6161
* `wp user add-cap`, `wp user remove-cap` and `wp user list-caps`
6262

63-
You can browse the full list of [resolved issues](https://github.com/WP-CLI/WP-CLI/issues?milestone=14&state=closed) on Github.
63+
You can browse the full list of [resolved issues](https://github.com/WP-CLI/WP-CLI/issues?milestone=14&state=closed) on GitHub.
6464

6565
[1]: https://github.com/wp-cli/wp-cli/issues/792#issuecomment-25376430
6666
[2]: https://github.com/wp-cli/wp-cli/pull/786

_posts/2013-10-11-version-0.12.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Hot on the heels of the [0.12 release](/blog/version-0.12.html) comes a minor re
1111
* made the `--post__in=` parameter in `wp post list` work
1212
* added `--match=` argument for `wp rewrite list` + other improvements
1313

14-
You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=18&page=1&state=closed) on Github.
14+
You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=18&page=1&state=closed) on GitHub.
1515

1616
Contributors to this release: [danielbachhuber](https://github.com/danielbachhuber), [mattes](https://github.com/mattes), [scribu](https://github.com/scribu)

_posts/2013-10-24-how-wp-cli-loads-wordpress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ She figures that if she manages to load the WP environment from a CLI script, th
1515

1616
Shelly is pleased; her script even works on multisite installs. Both the host name and the path to the WordPress install are hardcoded, but she can figure ways around that later.
1717

18-
With her geeky curiosity satisfied, she lazily types in a google search, to check if anyone else has solved this problem. The first result is a project called WP-CLI. She installs it and tries out a few commands - it seems to work pretty well.
18+
With her geeky curiosity satisfied, she lazily types in a Google search, to check if anyone else has solved this problem. The first result is a project called WP-CLI. She installs it and tries out a few commands - it seems to work pretty well.
1919

2020
She then goes to the WP-CLI source and searches for 'wp-load.php', to see how it handles the WordPress bootstrapping - 0 results. Puzzled, she starts going through the first file that gets executed and eventually reaches one called `wp-setting-cli.php`. This strikes Shelly as peculiar, since she encountered a similar file in WordPress Core. She signs into the project's IRC channel.
2121

0 commit comments

Comments
 (0)