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

Follow-up to [48104].

See #53399.
Built from https://develop.svn.wordpress.org/trunk@52357


git-svn-id: http://core.svn.wordpress.org/trunk@51949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2021-12-12 14:54:00 +00:00
parent 75fc6b755b
commit 6cb050d878
5 changed files with 16 additions and 16 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-beta2-52356';
$wp_version = '5.9-beta2-52357';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.