Ticket #3134: 3134(1).patch
File 3134(1).patch, 572 bytes (added by , 8 years ago) |
---|
-
wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
44 44 45 45 /** 46 46 * Different posts_per_page settings for different views. Runs during pre_get_posts. 47 * @param WP_Query $query Current query object. 47 48 */ 48 49 function posts_per_page( $query ) { 49 50 $posts_per_page = $query->get( 'posts_per_page' );