Assign correct variable.
props nendeb55. fixes #27351. see #14424, [27373]. Built from https://develop.svn.wordpress.org/trunk@27501 git-svn-id: http://core.svn.wordpress.org/trunk@27344 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2257,7 +2257,7 @@ function media_upload_library_form($errors) {
|
||||
|
||||
$q = $_GET;
|
||||
$q['posts_per_page'] = 10;
|
||||
$q = isset( $q['paged'] ) ? intval( $q['paged'] ) : 0;
|
||||
$q['paged'] = isset( $q['paged'] ) ? intval( $q['paged'] ) : 0;
|
||||
if ( $q['paged'] < 1 ) {
|
||||
$q['paged'] = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user