mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Reinstate the Link Category admin screen after [34359].
See [13216] Fixes #34284 git-svn-id: https://develop.svn.wordpress.org/trunk@35153 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9fa4df5955
commit
ad519f2ee0
@ -113,7 +113,7 @@ function create_initial_taxonomies() {
|
||||
'query_var' => false,
|
||||
'rewrite' => false,
|
||||
'public' => false,
|
||||
'show_ui' => false,
|
||||
'show_ui' => true,
|
||||
'_builtin' => true,
|
||||
) );
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user