Changeset 13172
- Timestamp:
- 02/05/2024 10:04:00 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/posts.php
r12989 r13172 347 347 * 348 348 * @param string $orderby The field to order posts by when determining the 349 * next post in queue . Default 'date'.349 * next post in queue, e.g. 'date'. Default 'rand'. 350 350 * @param string $order The sort order used when determining the next post 351 351 * in queue. Either 'ASC' or 'DESC'. Default 'ASC'. … … 353 353 * available for the user to moderate. 354 354 */ 355 public static function get_next_post_in_queue( $orderby = ' date', $order = 'ASC' ) {355 public static function get_next_post_in_queue( $orderby = 'rand', $order = 'ASC' ) { 356 356 $next = false; 357 357
Note: See TracChangeset
for help on using the changeset viewer.