Make WordPress Core

Ticket #23734: post-template.diff

File post-template.diff, 274 bytes (added by bigdawggi, 12 years ago)

passing more information to the 'wp_dropdown_pages' filter

  • (a) /Users/matt/Desktop/post-template.php vs. (b) (clipboard)

    a b  
    800800                $output .= "</select>\n";
    801801        }
    802802
    803         $output = apply_filters('wp_dropdown_pages', $output);
     803        $output = apply_filters('wp_dropdown_pages', $output, $pages, $args);
    804804
    805805        if ( $echo )
    806806                echo $output;