Skip to content

Commit 72051a7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2303,7 +2303,7 @@ function add_post_type_support( $post_type, $feature, ...$args ) {
23032303
isset( $args[0] ) &&
23042304
is_array( $args[0] )
23052305
) {
2306-
// Merge the associative arrays to preserve existing properties.
2306+
// Merge the arrays to preserve existing properties.
23072307
$_wp_post_type_features[ $post_type ][ $feature ][0] = array_merge(
23082308
$_wp_post_type_features[ $post_type ][ $feature ][0],
23092309
$args[0]

0 commit comments

Comments
 (0)