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 c776613 commit e3bbb10Copy full SHA for e3bbb10
src/wp-includes/post.php
@@ -2263,9 +2263,9 @@ function _add_post_type_submenus() {
2263
* additional information about supporting that feature.
2264
*
2265
* 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.
+ * with array arguments, the arguments will be merged rather than overwritten.
+ * This allows multiple calls to add different sub-properties to the same
+ * feature.
2269
2270
* Example usage:
2271
0 commit comments