We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1e260 commit c776613Copy full SHA for c776613
src/wp-includes/post.php
@@ -2280,8 +2280,8 @@ function _add_post_type_submenus() {
2280
* @since 3.0.0
2281
* @since 5.3.0 Formalized the existing and already documented `...$args` parameter
2282
* 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.
+ * @since 6.9.0 Multiple calls to add support for the same feature with array
+ * arguments now merge the arguments instead of overwriting them.
2285
*
2286
* @global array $_wp_post_type_features
2287
0 commit comments