Skip to content

Commit c776613

Browse files
Update src/wp-includes/post.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent 2d1e260 commit c776613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-includes/post.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2280,8 +2280,8 @@ function _add_post_type_submenus() {
22802280
* @since 3.0.0
22812281
* @since 5.3.0 Formalized the existing and already documented `...$args` parameter
22822282
* by adding it to the function signature.
2283-
* @since 6.9.0 Multiple calls to add support for the same feature with associative
2284-
* array arguments now merge the arguments instead of overwriting them.
2283+
* @since 6.9.0 Multiple calls to add support for the same feature with array
2284+
* arguments now merge the arguments instead of overwriting them.
22852285
*
22862286
* @global array $_wp_post_type_features
22872287
*

0 commit comments

Comments
 (0)