Changeset 53970 for branches/5.3/src/wp-includes/bookmark.php
- Timestamp:
- 08/30/2022 03:37:18 PM (3 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 52412,53958-53960
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-includes/bookmark.php
r46152 r53970 307 307 $query .= " ORDER BY $orderby $order"; 308 308 if ( $parsed_args['limit'] != -1 ) { 309 $query .= ' LIMIT ' . $parsed_args['limit'];309 $query .= ' LIMIT ' . absint( $parsed_args['limit'] ); 310 310 } 311 311
Note: See TracChangeset
for help on using the changeset viewer.