mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
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:
@@ -1028,7 +1028,7 @@ function _ipad_meta() {
|
||||
*
|
||||
* @param array $response The Heartbeat response.
|
||||
* @param array $data The $_POST data sent.
|
||||
* @param string $screen_id The screen id.
|
||||
* @param string $screen_id The screen ID.
|
||||
* @return array The Heartbeat response.
|
||||
*/
|
||||
function wp_check_locked_posts( $response, $data, $screen_id ) {
|
||||
@@ -1075,7 +1075,7 @@ function wp_check_locked_posts( $response, $data, $screen_id ) {
|
||||
*
|
||||
* @param array $response The Heartbeat response.
|
||||
* @param array $data The $_POST data sent.
|
||||
* @param string $screen_id The screen id.
|
||||
* @param string $screen_id The screen ID.
|
||||
* @return array The Heartbeat response.
|
||||
*/
|
||||
function wp_refresh_post_lock( $response, $data, $screen_id ) {
|
||||
@@ -1128,7 +1128,7 @@ function wp_refresh_post_lock( $response, $data, $screen_id ) {
|
||||
*
|
||||
* @param array $response The Heartbeat response.
|
||||
* @param array $data The $_POST data sent.
|
||||
* @param string $screen_id The screen id.
|
||||
* @param string $screen_id The screen ID.
|
||||
* @return array The Heartbeat response.
|
||||
*/
|
||||
function wp_refresh_post_nonces( $response, $data, $screen_id ) {
|
||||
|
||||
Reference in New Issue
Block a user