Changeset 53984 for branches/3.9/src/wp-includes/bookmark.php
- Timestamp:
- 08/30/2022 03:54:51 PM (2 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
- Property svn:mergeinfo changed
/trunk merged: 53958-53960
- Property svn:mergeinfo changed
-
branches/3.9/src/wp-includes/bookmark.php
r27916 r53984 275 275 $query .= " ORDER BY $orderby $order"; 276 276 if ($limit != -1) 277 $query .= " LIMIT $limit";277 $query .= ' LIMIT ' . absint( $limit ); 278 278 279 279 $results = $wpdb->get_results($query);
Note: See TracChangeset
for help on using the changeset viewer.