Changeset 53986 for branches/3.7/src/wp-includes/bookmark.php
- Timestamp:
- 08/30/2022 03:56:55 PM (4 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
- Property svn:mergeinfo changed
/trunk merged: 53958-53960
- Property svn:mergeinfo changed
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 53958-53960
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-includes/bookmark.php
r27919 r53986 257 257 $query .= " ORDER BY $orderby $order"; 258 258 if ($limit != -1) 259 $query .= " LIMIT $limit";259 $query .= ' LIMIT ' . absint( $limit ); 260 260 261 261 $results = $wpdb->get_results($query);
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)