Ticket #34798: export.php.patch
File export.php.patch, 287 bytes (added by , 5 years ago) |
---|
-
.php
old new 417 417 418 418 // Begin Loop. 419 419 foreach ( $posts as $post ) { 420 $post = get_post( $post ); 420 421 setup_postdata( $post ); 421 422 $is_sticky = is_sticky( $post->ID ) ? 1 : 0; 422 423 ?>