Ticket #10034: wordpress_wp_list_pages_add_filter_args.diff
| File wordpress_wp_list_pages_add_filter_args.diff, 453 bytes (added by , 17 years ago) |
|---|
-
wp-includes/post-template.php
diff -ur ../wordpress.orig/wp-includes/post-template.php ./wp-includes/post-template.php
old new 629 629 $output .= '</ul></li>'; 630 630 } 631 631 632 $output = apply_filters('wp_list_pages', $output );632 $output = apply_filters('wp_list_pages', $output, $r); 633 633 634 634 if ( $r['echo'] ) 635 635 echo $output;