mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
REST API: Correct the wording for show_in_nav_menus property description in post type visibility settings.
Follow-up to [51959]. Props pedromendonca. Fixes #55340. git-svn-id: https://develop.svn.wordpress.org/trunk@52831 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -368,7 +368,7 @@ class WP_REST_Post_Types_Controller extends WP_REST_Controller {
|
||||
'type' => 'boolean',
|
||||
),
|
||||
'show_in_nav_menus' => array(
|
||||
'description' => __( 'Whether to make the post type is available for selection in navigation menus.' ),
|
||||
'description' => __( 'Whether to make the post type available for selection in navigation menus.' ),
|
||||
'type' => 'boolean',
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user