Make WordPress Core

Ticket #47861: 47861.diff

File 47861.diff, 662 bytes (added by atachibana, 7 years ago)
  • ms-blogs.php

     
    745745/**
    746746 * Get a list of most recently updated blogs.
    747747 *
    748  * @since MU (3.0.0)
     748 * @since 3.0.0
    749749 *
    750750 * @global wpdb $wpdb WordPress database abstraction object.
    751751 *
    752752 * @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.
    754754 * @param int   $quantity   The maximum number of blogs to retrieve. Default is 40.
    755755 * @return array The list of blogs
    756756 */