[wp-trac] [WordPress Trac] #45828: Editor unusable in WP 5.0.2
WordPress Trac
noreply at wordpress.org
Fri Jan 4 14:19:27 UTC 2019
#45828: Editor unusable in WP 5.0.2
-------------------------------+------------------------------
Reporter: DanFromGermany | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 5.0.2
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses: ui, javascript
-------------------------------+------------------------------
Comment (by DanFromGermany):
For me, the output is smaller:
{{{
JSON.stringify( wp.data.select( 'core' ).getTaxonomies( { per_page: -1 }
), null, 2 )
"[
{
"name": "Categories",
"slug": "category",
"description": "",
"types": [
"post"
],
"hierarchical": true,
"rest_base": "categories",
"_links": {
"collection": [
{
"href": "https://blog.flowl.info/wp-json/wp/v2/taxonomies"
}
],
"wp:items": [
{
"href": "https://blog.flowl.info/wp-json/wp/v2/categories"
}
],
"curies": [
{
"name": "wp",
"href": "https://api.w.org/{rel}",
"templated": true
}
]
}
},
{
"name": "Tags",
"slug": "post_tag",
"description": "",
"types": [
"post"
],
"hierarchical": false,
"rest_base": "tags",
"_links": {
"collection": [
{
"href": "https://blog.flowl.info/wp-json/wp/v2/taxonomies"
}
],
"wp:items": [
{
"href": "https://blog.flowl.info/wp-json/wp/v2/tags"
}
],
"curies": [
{
"name": "wp",
"href": "https://api.w.org/{rel}",
"templated": true
}
]
}
}
]"
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45828#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list