Taxonomy: After [36874], run the correct load-edit-tags.php
hook on the new term edit page.
When not misspelled, this hook is useful (and needed) for backward compatibility. Unprops swissspidy. Fixes #34988. git-svn-id: https://develop.svn.wordpress.org/trunk@37084 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0b6af900f1
commit
b4c43b0005
@ -356,7 +356,7 @@ if ( isset($plugin_page) ) {
|
||||
elseif ( $taxnow == 'link_category' )
|
||||
do_action( 'load-edit-link-categories.php' );
|
||||
} elseif( 'term.php' === $pagenow ) {
|
||||
do_action( 'edit-tags.php' );
|
||||
do_action( 'load-edit-tags.php' );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user