Changeset 33686 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 08/21/2015 04:54:00 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r33682 r33686 522 522 523 523 /** 524 * Filter sthe arguments for the taxonomy parent dropdown on the Post Edit page.524 * Filter the arguments for the taxonomy parent dropdown on the Post Edit page. 525 525 * 526 526 * @since 4.4.0 … … 544 544 * taxonomy label. 545 545 * } 546 *547 546 */ 548 547 $parent_dropdown_args = apply_filters( 'post_edit_category_parent_dropdown_args', $parent_dropdown_args ); 548 549 549 wp_dropdown_categories( $parent_dropdown_args ); 550 550 ?>
Note: See TracChangeset
for help on using the changeset viewer.