Make WordPress Core


Ignore:
Timestamp:
03/07/2016 12:55:04 PM (10 years ago)
Author:
swissspidy
Message:

Taxonomy: Improve backward compatibility on the wp-admin/term.php page.

Specifically, run do_action( 'edit-tags.php' ); on this new term edit page introduced in [36308]. Changes the GET param back to tag_ID and properly sets the screen base in WP_Screen.

See #34988.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/link-template.php

    r36709 r36874  
    929929        $args = array(
    930930                'taxonomy' => $taxonomy,
    931                 'term_id'  => $term->term_id,
     931                'tag_ID'   => $term->term_id,
    932932        );
    933933
Note: See TracChangeset for help on using the changeset viewer.