Docs: Fix a few minor inline documentation typos in a variety of files and contexts.

Props ramizmanked.
Fixes #45463.


git-svn-id: https://develop.svn.wordpress.org/trunk@44331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2018-12-19 07:41:41 +00:00
parent 593bdb87fa
commit 3e4a5df698
5 changed files with 6 additions and 6 deletions

View File

@@ -101,7 +101,7 @@ if ( $_REQUEST['short'] ) {
// Short form response - attachment ID only.
echo $id;
} else {
// Long form response - big chunk o html.
// Long form response - big chunk of html.
$type = $_REQUEST['type'];
/**