REST API: Fix a typo introduced in [42729].
Props danielbachhuber. Fixes #42707. git-svn-id: https://develop.svn.wordpress.org/trunk@42973 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
30354e5a9b
commit
b57b486d96
|
@ -304,7 +304,7 @@ class WP_REST_Taxonomies_Controller extends WP_REST_Controller {
|
|||
'readonly' => true,
|
||||
),
|
||||
'visibility' => array(
|
||||
'description' => __( 'The visibility settings for the taxomonmy.' ),
|
||||
'description' => __( 'The visibility settings for the taxonomy.' ),
|
||||
'type' => 'object',
|
||||
'context' => array( 'edit' ),
|
||||
'readonly' => true,
|
||||
|
|
Loading…
Reference in New Issue