Changeset 42730
- Timestamp:
- 02/22/2018 12:58:12 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
r42729 r42730 311 311 'properties' => array( 312 312 'public' => array( 313 'description' => 'Whether a taxonomy is intended for use publicly either via the admin interface or by front-end users.',313 'description' => __( 'Whether a taxonomy is intended for use publicly either via the admin interface or by front-end users.' ), 314 314 'type' => 'boolean', 315 315 ), 316 316 'publicly_queryable' => array( 317 'description' => 'Whether the taxonomy is publicly queryable.',317 'description' => __( 'Whether the taxonomy is publicly queryable.' ), 318 318 'type' => 'boolean', 319 319 ), 320 320 'show_ui' => array( 321 'description' => 'Whether to generate a default UI for managing this taxonomy.',321 'description' => __( 'Whether to generate a default UI for managing this taxonomy.' ), 322 322 'type' => 'boolean', 323 323 ), 324 324 'show_admin_column' => array( 325 'description' => 'Whether to allow automatic creation of taxonomy columns on associated post-types table.',325 'description' => __( 'Whether to allow automatic creation of taxonomy columns on associated post-types table.' ), 326 326 'type' => 'boolean', 327 327 ), 328 328 'show_in_nav_menus' => array( 329 'description' => 'Whether to make the taxonomy available for selection in navigation menus.',329 'description' => __( 'Whether to make the taxonomy available for selection in navigation menus.' ), 330 330 'type' => 'boolean', 331 331 ), 332 332 'show_in_quick_edit' => array( 333 'description' => 'Whether to show the taxonomy in the quick/bulk edit panel.',333 'description' => __( 'Whether to show the taxonomy in the quick/bulk edit panel.' ), 334 334 'type' => 'boolean', 335 335 ),
Note: See TracChangeset
for help on using the changeset viewer.