- Timestamp:
- 07/09/2016 01:59:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r37890 r38024 420 420 * @global int $cat Currently selected category. 421 421 * 422 * @param string $post_type The Post Type.422 * @param string $post_type Post type slug. 423 423 */ 424 424 protected function categories_dropdown( $post_type ) { … … 431 431 * 432 432 * @param bool $disable Whether to disable the categories drop-down. Default false. 433 * @param string $post_type The post type.433 * @param string $post_type Post type slug. 434 434 */ 435 435 if ( false !== apply_filters( 'disable_categories_dropdown', false, $post_type ) ) {
Note: See TracChangeset
for help on using the changeset viewer.