Docs: Capitalize "ID", when referring to a user ID, term ID, etc. in a more consistent way.

Follow-up to [48104]

See #49572.

git-svn-id: https://develop.svn.wordpress.org/trunk@48200 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-06-28 14:07:53 +00:00
parent bb2aad471b
commit 8d358ca4c7
9 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -924,7 +924,7 @@ if ( is_multisite() ) :
}
/**
* Tests returning an address for a given valid id.
* Tests returning an address for a given valid ID.
*/
function test_get_blogaddress_by_id_with_valid_id() {
$blogaddress = get_blogaddress_by_id( 1 );
+6 -6
View File
@@ -5,42 +5,42 @@
*/
class Tests_List_Pages extends WP_UnitTestCase {
/**
* Editor user id.
* Editor user ID.
*
* @var int
*/
public static $editor;
/**
* Author user id.
* Author user ID.
*
* @var int
*/
public static $author;
/**
* Parent page id.
* Parent page ID.
*
* @var int
*/
public static $parent_1;
/**
* Parent page id.
* Parent page ID.
*
* @var int
*/
public static $parent_2;
/**
* Parent page id.
* Parent page ID.
*
* @var int
*/
public static $parent_3;
/**
* Child page ids.
* Child page IDs.
*
* @var array
*/