Ticket #47861: 47861.diff
| File 47861.diff, 662 bytes (added by , 7 years ago) |
|---|
-
ms-blogs.php
745 745 /** 746 746 * Get a list of most recently updated blogs. 747 747 * 748 * @since MU (3.0.0)748 * @since 3.0.0 749 749 * 750 750 * @global wpdb $wpdb WordPress database abstraction object. 751 751 * 752 752 * @param mixed $deprecated Not used 753 * @param int $start The offset 753 * @param int $start The offset specifies how many recent blogs to skip over. This is useful for pagination. 754 754 * @param int $quantity The maximum number of blogs to retrieve. Default is 40. 755 755 * @return array The list of blogs 756 756 */