Make WordPress Core

Changeset 37084


Ignore:
Timestamp:
03/27/2016 03:15:48 PM (9 years ago)
Author:
swissspidy
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/admin.php

    r36874 r37084  
    357357            do_action( 'load-edit-link-categories.php' );
    358358    } elseif( 'term.php' === $pagenow ) {
    359         do_action( 'edit-tags.php' );
     359        do_action( 'load-edit-tags.php' );
    360360    }
    361361}
Note: See TracChangeset for help on using the changeset viewer.