Changeset 53973 for branches/5.0/src/wp-includes/bookmark.php
- Timestamp:
- 08/30/2022 03:42:45 PM (4 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/bookmark.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
- Property svn:mergeinfo changed
/trunk merged: 52412,53958-53960
- Property svn:mergeinfo changed
-
branches/5.0/src/wp-includes/bookmark.php
r39600 r53973 283 283 $query .= " ORDER BY $orderby $order"; 284 284 if ( $r['limit'] != -1 ) { 285 $query .= ' LIMIT ' . $r['limit'];285 $query .= ' LIMIT ' . absint( $r['limit'] ); 286 286 } 287 287
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)