Taxonomy: Allow for adding custom list table views to taxonomy screens.

Props eventualo, mariovalney, riddhiehta02, llemurya.
Fixes #30829.
Built from https://develop.svn.wordpress.org/trunk@41378


git-svn-id: http://core.svn.wordpress.org/trunk@41211 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-09-13 15:20:44 +00:00
parent 3f7bc21548
commit 1929ba612e
2 changed files with 4 additions and 1 deletions

View File

@ -527,6 +527,9 @@ do_action( "{$taxonomy}_add_form", $taxonomy );
<div id="col-right">
<div class="col-wrap">
<?php $wp_list_table->views(); ?>
<form id="posts-filter" method="post">
<input type="hidden" name="taxonomy" value="<?php echo esc_attr( $taxonomy ); ?>" />
<input type="hidden" name="post_type" value="<?php echo esc_attr( $post_type ); ?>" />

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41377';
$wp_version = '4.9-alpha-41378';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.