Changeset 51734
- Timestamp:
- 09/07/2021 04:56:34 PM (3 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r51728 r51734 1048 1048 1049 1049 /** 1050 * @since 5.9.0 Renamed `$comment` to `$item` to match parent class for PHP 8 named param .1050 * @since 5.9.0 Renamed `$comment` to `$item` to match parent class for PHP 8 named parameter support. 1051 1051 * 1052 1052 * @param WP_Comment $item The comment object. -
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r51728 r51734 280 280 * 281 281 * @since 4.3.0 282 * @since 5.9.0 Renamed `$link` to `$item` to match parent class for PHP 8 named param .282 * @since 5.9.0 Renamed `$link` to `$item` to match parent class for PHP 8 named parameter support. 283 283 * 284 284 * @param object $item Link object. -
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r51728 r51734 595 595 * 596 596 * @since 4.3.0 597 * @since 5.9.0 Renamed `$post` to `$item` to match parent class for PHP 8 named param .597 * @since 5.9.0 Renamed `$post` to `$item` to match parent class for PHP 8 named parameter support. 598 598 * 599 599 * @param WP_Post $item The current WP_Post object. -
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r51728 r51734 561 561 * 562 562 * @since 4.3.0 563 * @since 5.9.0 Renamed `$blog` to `$item` to match parent class for PHP 8 named param .563 * @since 5.9.0 Renamed `$blog` to `$item` to match parent class for PHP 8 named parameter support. 564 564 * 565 565 * @param array $item Current site. -
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r51728 r51734 856 856 * 857 857 * @since 4.3.0 858 * @since 5.9.0 Renamed `$theme` to `$item` to match parent class for PHP 8 named param .858 * @since 5.9.0 Renamed `$theme` to `$item` to match parent class for PHP 8 named parameter support. 859 859 * 860 860 * @param WP_Theme $item The current WP_Theme object. -
trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php
r51728 r51734 443 443 * 444 444 * @since 4.3.0 445 * @since 5.9.0 Renamed `$user` to `$item` to match parent class for PHP 8 named param .445 * @since 5.9.0 Renamed `$user` to `$item` to match parent class for PHP 8 named parameter support. 446 446 * 447 447 * @param WP_User $item The current WP_User object. -
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r51728 r51734 1236 1236 * 1237 1237 * @since 4.3.0 1238 * @since 5.9.0 Renamed `$post` to `$item` to match parent class for PHP 8 named param .1238 * @since 5.9.0 Renamed `$post` to `$item` to match parent class for PHP 8 named parameter support. 1239 1239 * 1240 1240 * @param WP_Post $item The current WP_Post object. -
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r51728 r51734 621 621 622 622 /** 623 * @since 5.9.0 Renamed `$tag` to `$item` to match parent class for PHP 8 named param .623 * @since 5.9.0 Renamed `$tag` to `$item` to match parent class for PHP 8 named parameter support. 624 624 * 625 625 * @param WP_Term $item Term object.
Note: See TracChangeset
for help on using the changeset viewer.