Changeset 48200
- Timestamp:
- 06/28/2020 02:07:53 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r48168 r48200 40 40 * @param array $response The no-priv Heartbeat response. 41 41 * @param array $data The $_POST data sent. 42 * @param string $screen_id The screen id.42 * @param string $screen_id The screen ID. 43 43 */ 44 44 $response = apply_filters( 'heartbeat_nopriv_received', $response, $data, $screen_id ); … … 51 51 * 52 52 * @param array $response The no-priv Heartbeat response. 53 * @param string $screen_id The screen id.53 * @param string $screen_id The screen ID. 54 54 */ 55 55 $response = apply_filters( 'heartbeat_nopriv_send', $response, $screen_id ); … … 63 63 * 64 64 * @param array $response The no-priv Heartbeat response. 65 * @param string $screen_id The screen id.65 * @param string $screen_id The screen ID. 66 66 */ 67 67 do_action( 'heartbeat_nopriv_tick', $response, $screen_id ); … … 3355 3355 * @param array $response The Heartbeat response. 3356 3356 * @param array $data The $_POST data sent. 3357 * @param string $screen_id The screen id.3357 * @param string $screen_id The screen ID. 3358 3358 */ 3359 3359 $response = apply_filters( 'wp_refresh_nonces', $response, $data, $screen_id ); … … 3374 3374 * @param array $response The Heartbeat response. 3375 3375 * @param array $data The $_POST data sent. 3376 * @param string $screen_id The screen id.3376 * @param string $screen_id The screen ID. 3377 3377 */ 3378 3378 $response = apply_filters( 'heartbeat_received', $response, $data, $screen_id ); … … 3385 3385 * 3386 3386 * @param array $response The Heartbeat response. 3387 * @param string $screen_id The screen id.3387 * @param string $screen_id The screen ID. 3388 3388 */ 3389 3389 $response = apply_filters( 'heartbeat_send', $response, $screen_id ); … … 3397 3397 * 3398 3398 * @param array $response The Heartbeat response. 3399 * @param string $screen_id The screen id.3399 * @param string $screen_id The screen ID. 3400 3400 */ 3401 3401 do_action( 'heartbeat_tick', $response, $screen_id ); -
trunk/src/wp-admin/includes/misc.php
r48185 r48200 1029 1029 * @param array $response The Heartbeat response. 1030 1030 * @param array $data The $_POST data sent. 1031 * @param string $screen_id The screen id.1031 * @param string $screen_id The screen ID. 1032 1032 * @return array The Heartbeat response. 1033 1033 */ … … 1076 1076 * @param array $response The Heartbeat response. 1077 1077 * @param array $data The $_POST data sent. 1078 * @param string $screen_id The screen id.1078 * @param string $screen_id The screen ID. 1079 1079 * @return array The Heartbeat response. 1080 1080 */ … … 1129 1129 * @param array $response The Heartbeat response. 1130 1130 * @param array $data The $_POST data sent. 1131 * @param string $screen_id The screen id.1131 * @param string $screen_id The screen ID. 1132 1132 * @return array The Heartbeat response. 1133 1133 */ -
trunk/src/wp-includes/author-template.php
r48067 r48200 367 367 * 368 368 * @param string $link The URL to the author's page. 369 * @param int $author_id The author's id.369 * @param int $author_id The author's ID. 370 370 * @param string $author_nicename The author's nice name. 371 371 */ -
trunk/src/wp-includes/deprecated.php
r48199 r48200 917 917 918 918 /** 919 * Gets the links associated with category by id.919 * Gets the links associated with category by ID. 920 920 * 921 921 * @since 0.71 … … 1101 1101 1102 1102 /** 1103 * Gets the name of category by id.1103 * Gets the name of category by ID. 1104 1104 * 1105 1105 * @since 0.71 -
trunk/src/wp-includes/feed.php
r48199 r48200 273 273 * @since 2.5.0 274 274 * 275 * @param int|WP_Comment $comment_id Optional comment object or id. Defaults to global comment object.275 * @param int|WP_Comment $comment_id Optional comment object or ID. Defaults to global comment object. 276 276 */ 277 277 function comment_guid( $comment_id = null ) { … … 284 284 * @since 2.5.0 285 285 * 286 * @param int|WP_Comment $comment_id Optional comment object or id. Defaults to global comment object.286 * @param int|WP_Comment $comment_id Optional comment object or ID. Defaults to global comment object. 287 287 * @return string|false GUID for comment on success, false on failure. 288 288 */ … … 303 303 * @since 4.4.0 Introduced the `$comment` argument. 304 304 * 305 * @param int|WP_Comment $comment Optional. Comment object or id. Defaults to global comment object.305 * @param int|WP_Comment $comment Optional. Comment object or ID. Defaults to global comment object. 306 306 */ 307 307 function comment_link( $comment = null ) { -
trunk/src/wp-includes/ms-blogs.php
r48121 r48200 32 32 33 33 /** 34 * Get a full blog URL, given a blog id.34 * Get a full blog URL, given a blog ID. 35 35 * 36 36 * @since MU (3.0.0) … … 290 290 291 291 /** 292 * Update the details for a blog. Updates the blogs table for a given blog id.292 * Update the details for a blog. Updates the blogs table for a given blog ID. 293 293 * 294 294 * @since MU (3.0.0) … … 383 383 384 384 /** 385 * Add a new option for a given blog id.385 * Add a new option for a given blog ID. 386 386 * 387 387 * You do not need to serialize values. If the value needs to be serialized, then … … 420 420 421 421 /** 422 * Removes option by name for a given blog id. Prevents removal of protected WordPress options.422 * Removes option by name for a given blog ID. Prevents removal of protected WordPress options. 423 423 * 424 424 * @since MU (3.0.0) … … 451 451 * @since MU (3.0.0) 452 452 * 453 * @param int $id The blog id.453 * @param int $id The blog ID. 454 454 * @param string $option The option key. 455 455 * @param mixed $value The option value. -
trunk/src/wp-includes/wp-db.php
r48115 r48200 926 926 927 927 /** 928 * Sets blog id.928 * Sets blog ID. 929 929 * 930 930 * @since 3.0.0 … … 932 932 * @param int $blog_id 933 933 * @param int $network_id Optional. 934 * @return int Previous blog id.934 * @return int Previous blog ID. 935 935 */ 936 936 public function set_blog_id( $blog_id, $network_id = 0 ) { -
trunk/tests/phpunit/tests/multisite/site.php
r48121 r48200 925 925 926 926 /** 927 * Tests returning an address for a given valid id.927 * Tests returning an address for a given valid ID. 928 928 */ 929 929 function test_get_blogaddress_by_id_with_valid_id() { -
trunk/tests/phpunit/tests/post/listPages.php
r48176 r48200 6 6 class Tests_List_Pages extends WP_UnitTestCase { 7 7 /** 8 * Editor user id.8 * Editor user ID. 9 9 * 10 10 * @var int … … 13 13 14 14 /** 15 * Author user id.15 * Author user ID. 16 16 * 17 17 * @var int … … 20 20 21 21 /** 22 * Parent page id.22 * Parent page ID. 23 23 * 24 24 * @var int … … 27 27 28 28 /** 29 * Parent page id.29 * Parent page ID. 30 30 * 31 31 * @var int … … 34 34 35 35 /** 36 * Parent page id.36 * Parent page ID. 37 37 * 38 38 * @var int … … 41 41 42 42 /** 43 * Child page ids.43 * Child page IDs. 44 44 * 45 45 * @var array
Note: See TracChangeset
for help on using the changeset viewer.