Changeset 28560 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 05/23/2014 06:27:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r28540 r28560 1193 1193 } 1194 1194 1195 if ( '' != $r['limit']) {1195 if ( ! empty( $r['limit'] ) ) { 1196 1196 $r['limit'] = absint( $r['limit'] ); 1197 1197 $r['limit'] = ' LIMIT ' . $r['limit'];
Note: See TracChangeset
for help on using the changeset viewer.