Make WordPress Core


Ignore:
Timestamp:
04/13/2018 12:55:28 AM (8 years ago)
Author:
pento
Message:

REST API: Fix a typo introduced in [42729].

Props danielbachhuber.
Fixes #42707.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php

    r42730 r42973  
    305305                                ),
    306306                                'visibility'   => array(
    307                                         'description' => __( 'The visibility settings for the taxomonmy.' ),
     307                                        'description' => __( 'The visibility settings for the taxonomy.' ),
    308308                                        'type'        => 'object',
    309309                                        'context'     => array( 'edit' ),
Note: See TracChangeset for help on using the changeset viewer.