Ticket #44110: 44110.diff
File 44110.diff, 543 bytes (added by , 5 years ago) |
---|
-
src/wp-admin/admin.php
133 133 134 134 if ( isset( $_REQUEST['post_type'] ) && post_type_exists( $_REQUEST['post_type'] ) ) { 135 135 $typenow = $_REQUEST['post_type']; 136 } else {137 $typenow = '';138 136 } 139 137 140 138 if ( isset( $_REQUEST['taxonomy'] ) && taxonomy_exists( $_REQUEST['taxonomy'] ) ) { 141 139 $taxnow = $_REQUEST['taxonomy']; 142 } else {143 $taxnow = '';144 140 } 145 141 146 142 if ( WP_NETWORK_ADMIN ) {