fixato un bug sulla painazione in caso di setting della variabile a qualcosa di differente di 'y'
This commit is contained in:
parent
72123569a9
commit
d54d048a15
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ function get_page_box($attrs){
|
|||
'orderby' => 'rand'
|
||||
);
|
||||
|
||||
$attrs['paged'] = 'y';
|
||||
if ( !empty( $attrs['paged'] ) && $attrs['paged'] == 'y' )
|
||||
$args[ 'paged' ] = get_query_var('paged');
|
||||
else $args[ 'no_found_rows' ] = 1 ;
|
||||
|
|
Loading…
Reference in a new issue