diff options
Diffstat (limited to 'wp-admin/edit.php')
-rw-r--r-- | wp-admin/edit.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 6e4a05e..93bcef7 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -29,8 +29,8 @@ if ( 'attachment' === $typenow ) { } /** - * @global string $post_type - * @global WP_Post_Type $post_type_object + * @global string $post_type Global post type. + * @global WP_Post_Type $post_type_object Global post type object. */ global $post_type, $post_type_object; |