Skip to content

Commit 917ccfc

Browse files
authored
Fix parameter description formatting in post.php
Corrected formatting of the parameter description for clarity.
1 parent f9e371f commit 917ccfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ function get_extended( $post ) {
11351135
*
11361136
* @global WP_Post $post Global post object.
11371137
*
1138-
* @param int|object|null $post c Optional. Post ID or post object. `null`, `false`, `0` and other PHP falsey values
1138+
* @param int|object|null $post Optional. Post ID or post object. `null`, `false`, `0` and other PHP falsey values
11391139
* return the current global post inside the loop. A numerically valid post ID that
11401140
* points to a non-existent post returns `null`. Defaults to global $post.
11411141
* @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which

0 commit comments

Comments
 (0)