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

See #49572.

git-svn-id: https://develop.svn.wordpress.org/trunk@48104 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-06-20 12:00:07 +00:00
parent 7179459b79
commit 5e2ef3d937
41 changed files with 162 additions and 147 deletions

View File

@@ -1077,7 +1077,7 @@ final class WP_Customize_Manager {
}
/**
* Get the changeset post id for the loaded changeset.
* Get the changeset post ID for the loaded changeset.
*
* @since 4.7.0
*
@@ -3210,8 +3210,8 @@ final class WP_Customize_Manager {
*
* @since 4.9.0
*
* @param int $changeset_post_id Changeset post id.
* @param bool $take_over Take over the changeset, default is false.
* @param int $changeset_post_id Changeset post ID.
* @param bool $take_over Whether to take over the changeset. Default false.
*/
public function set_changeset_lock( $changeset_post_id, $take_over = false ) {
if ( $changeset_post_id ) {
@@ -3235,7 +3235,7 @@ final class WP_Customize_Manager {
*
* @since 4.9.0
*
* @param int $changeset_post_id Changeset post id.
* @param int $changeset_post_id Changeset post ID.
*/
public function refresh_changeset_lock( $changeset_post_id ) {
if ( ! $changeset_post_id ) {