Pascal Birchler
|
9462ab0576
|
Taxonomy: After [36874], rename $term_id to $tag_ID in wp-admin/edit-tag-form.php .
This ensures that no variables changed in the process of introducing `wp-admin/term.php`, improving overall backward compatibility.
Props Chouby for initial patch.
Fixes #34988.
Built from https://develop.svn.wordpress.org/trunk@36969
git-svn-id: http://core.svn.wordpress.org/trunk@36937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-03-11 08:52:29 +00:00 |
|
Pascal Birchler
|
033044a872
|
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.
Built from https://develop.svn.wordpress.org/trunk@36874
git-svn-id: http://core.svn.wordpress.org/trunk@36841 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-03-07 12:56:28 +00:00 |
|
Drew Jaynes
|
3785385ea2
|
Docs: Add a missing version to the file header for wp-admin/term.php, introduced in [36308].
See #34988. See #33701.
Built from https://develop.svn.wordpress.org/trunk@36497
git-svn-id: http://core.svn.wordpress.org/trunk@36464 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-02-07 02:43:26 +00:00 |
|
Pascal Birchler
|
27fa2f65eb
|
Taxonomy: Introduce wp-admin/term.php for editing single terms.
This is similar to `edit.php` -> `post.php` and `users.php` -> `user-edit.php` and fixes a bug where screen options for the list table were shown while editing a term.
Fixes #34988.
Built from https://develop.svn.wordpress.org/trunk@36308
git-svn-id: http://core.svn.wordpress.org/trunk@36275 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-01-15 08:27:27 +00:00 |
|