Ticket #23734: post-template.diff
File post-template.diff, 274 bytes (added by , 12 years ago) |
---|
-
(a) /Users/matt/Desktop/post-template.php vs. (b) (clipboard)
a b 800 800 $output .= "</select>\n"; 801 801 } 802 802 803 $output = apply_filters('wp_dropdown_pages', $output );803 $output = apply_filters('wp_dropdown_pages', $output, $pages, $args); 804 804 805 805 if ( $echo ) 806 806 echo $output;