Changeset 53985 for branches/3.8/src/wp-includes/bookmark.php
- Timestamp:
- 08/30/2022 03:55:43 PM (4 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/bookmark.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
- Property svn:mergeinfo changed
/trunk merged: 53958-53960
- Property svn:mergeinfo changed
-
branches/3.8/src/wp-includes/bookmark.php
r27917 r53985 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.