Make WordPress Core


Ignore:
Timestamp:
01/09/2016 01:44:31 AM (10 years ago)
Author:
johnbillion
Message:

Docs: @param fixes for a variety of docblocks.

See #32246

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-functions.php

    r36069 r36232  
    11601160 * @since MU
    11611161 *
    1162  * @param int $blog_id The new site's ID.
     1162 * @param int    $blog_id    The new site's ID.
     1163 * @param string $deprecated Not used.
    11631164 * @return bool
    11641165 */
     
    17551756 *
    17561757 * @global wpdb $wpdb WordPress database abstraction object.
     1758 *
     1759 * @param string $deprecated Not used.
    17571760 */
    17581761function update_posts_count( $deprecated = '' ) {
     
    17881791 * @staticvar int $global_terms_recurse
    17891792 *
    1790  * @param int $term_id An ID for a term on the current blog.
     1793 * @param int    $term_id    An ID for a term on the current blog.
     1794 * @param string $deprecated Not used.
    17911795 * @return int An ID from the global terms table mapped from $term_id.
    17921796 */
     
    18571861 * @since MU
    18581862 *
     1863 * @param array|string $deprecated Not used.
    18591864 * @return array The current site's domain
    18601865 */
     
    20202025 *
    20212026 * @since MU
     2027 *
     2028 * @param PHPMailer $phpmailer The PHPMailer instance, passed by reference.
    20222029 */
    20232030function fix_phpmailer_messageid( $phpmailer ) {
     
    23522359
    23532360/**
     2361 * Filters the maximum upload file size allowed, in bytes.
     2362 *
    23542363 * @since 3.0.0
    23552364 *
    2356  * @return int of upload size limit in bytes
     2365 * @param  int $size Upload size limit in bytes.
     2366 * @return int       Upload size limit in bytes.
    23572367 */
    23582368function upload_size_limit_filter( $size ) {
Note: See TracChangeset for help on using the changeset viewer.