Make WordPress Core

Ticket #20054: 20054.3.patch

File 20054.3.patch, 470 bytes (added by husobj, 13 years ago)
  • wp-admin/includes/template.php

     
    8888 * @param array $args
    8989 */
    9090function wp_terms_checklist($post_id = 0, $args = array()) {
     91        $args = apply_filters( 'wp_terms_checklist_args', $args, $post_id );
    9192        $defaults = array(
    9293                'descendants_and_self' => 0,
    9394                'selected_cats' => false,