Changeset 53971 for branches/5.2/src/wp-includes/bookmark.php
- Timestamp:
- 08/30/2022 03:38:30 PM (2 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
- Property svn:mergeinfo changed
/trunk merged: 52412,53958-53960
- Property svn:mergeinfo changed
-
branches/5.2/src/wp-includes/bookmark.php
r44546 r53971 293 293 $query .= " ORDER BY $orderby $order"; 294 294 if ( $r['limit'] != -1 ) { 295 $query .= ' LIMIT ' . $r['limit'];295 $query .= ' LIMIT ' . absint( $r['limit'] ); 296 296 } 297 297
Note: See TracChangeset
for help on using the changeset viewer.