Taxonomy: Typo correction in context used for the navigation link block title.
This change fixes a wrong translation context on the navigation link block title. Follow-up to [50527]. Props Chouby. Fixes #54566. Built from https://develop.svn.wordpress.org/trunk@52537 git-svn-id: http://core.svn.wordpress.org/trunk@52127 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -816,7 +816,7 @@ class WP_REST_Menu_Items_Controller extends WP_REST_Posts_Controller {
|
||||
);
|
||||
|
||||
$schema['properties']['object'] = array(
|
||||
'description' => __( 'The type of object originally represented, such as "category," "post", or "attachment."' ),
|
||||
'description' => __( 'The type of object originally represented, such as "category", "post", or "attachment".' ),
|
||||
'context' => array( 'view', 'edit', 'embed' ),
|
||||
'type' => 'string',
|
||||
'arg_options' => array(
|
||||
|
||||
Reference in New Issue
Block a user