Changeset 53981 for branches/4.2/src/wp-includes/bookmark.php
- Timestamp:
- 08/30/2022 03:51:33 PM (3 years ago)
- Location:
- branches/4.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2
- Property svn:mergeinfo changed
/trunk merged: 53958-53960
- Property svn:mergeinfo changed
-
branches/4.2/src/wp-includes/bookmark.php
r31090 r53981 281 281 $query .= " ORDER BY $orderby $order"; 282 282 if ( $r['limit'] != -1 ) { 283 $query .= ' LIMIT ' . $r['limit'];283 $query .= ' LIMIT ' . absint( $r['limit'] ); 284 284 } 285 285
Note: See TracChangeset
for help on using the changeset viewer.