mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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'];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user