﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
19773	query.php paging block clarity	kawauso	ryan	"A few simple changes to the `// Paging` block in wp-includes/query.php

* `$page` is being checked with `empty()`, but is already passed through `absint()` which can only return an integer. Just using `!` makes it a bit less confusing.

* `$pgstrt = '';` is redundant as it's overwritten on the following line

* `$limits = 'LIMIT ' . $pgstrt . $q['posts_per_page'];` is repeated, so moved outside the if/else block for readability."	defect (bug)	closed	normal	3.4	Query	3.3	normal	fixed	has-patch commit	
