diff --git src/wp-includes/ID3/getid3.lib.php src/wp-includes/ID3/getid3.lib.php
index aec550b30d..2456088a58 100644
|
|
|
class getid3_lib |
| 1736 | 1736 | * |
| 1737 | 1737 | * @return bool |
| 1738 | 1738 | * @throws Exception |
| | 1739 | * @global array $GETID3_ERRORARRAY |
| 1739 | 1740 | */ |
| 1740 | 1741 | public static function IncludeDependency($filename, $sourcefile, $DieOnFailure=false) { |
| 1741 | 1742 | global $GETID3_ERRORARRAY; |
diff --git src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
index abfef4e219..3acc45ba60 100644
|
|
|
class WP_REST_Posts_Controller extends WP_REST_Controller { |
| 1741 | 1741 | * |
| 1742 | 1742 | * @since 4.7.0 |
| 1743 | 1743 | * @since 5.9.0 Renamed `$post` to `$item` to match parent class for PHP 8 named parameter support. |
| | 1744 | * @global WP_Post $post Global post object. |
| 1744 | 1745 | * |
| 1745 | 1746 | * @param WP_Post $item Post object. |
| 1746 | 1747 | * @param WP_REST_Request $request Request object. |
diff --git src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
index 415333661f..92fa5af2ef 100644
|
|
|
class WP_REST_Revisions_Controller extends WP_REST_Controller { |
| 559 | 559 | * |
| 560 | 560 | * @since 4.7.0 |
| 561 | 561 | * @since 5.9.0 Renamed `$post` to `$item` to match parent class for PHP 8 named parameter support. |
| | 562 | * @global WP_Post $post Global post object. |
| 562 | 563 | * |
| 563 | 564 | * @param WP_Post $item Post revision object. |
| 564 | 565 | * @param WP_REST_Request $request Request object. |