Skip to content

Commit e3bbb10

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wp-includes/post.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,9 +2263,9 @@ function _add_post_type_submenus() {
22632263
* additional information about supporting that feature.
22642264
*
22652265
* When calling this function multiple times for the same post type and feature
2266-
* with associative array arguments, the arguments will be merged rather than
2267-
* overwritten. This allows multiple calls to add different sub-properties to
2268-
* the same feature.
2266+
* with array arguments, the arguments will be merged rather than overwritten.
2267+
* This allows multiple calls to add different sub-properties to the same
2268+
* feature.
22692269
*
22702270
* Example usage:
22712271
*

0 commit comments

Comments
 (0)