Make WordPress Core

Changeset 55664


Ignore:
Timestamp:
04/20/2023 10:39:05 AM (22 months ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs for WP_Importer related function descriptions, as per docblocks standards.

Props pouicpouic.
See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-importer.php

    r55642 r55664  
    1111
    1212    /**
    13      * Returns array with imported permalinks from WordPress database
     13     * Returns array with imported permalinks from WordPress database.
    1414     *
    1515     * @global wpdb $wpdb WordPress database abstraction object.
     
    4848
    4949    /**
    50      * Return count of imported permalinks from WordPress database
     50     * Returns count of imported permalinks from WordPress database.
    5151     *
    5252     * @global wpdb $wpdb WordPress database abstraction object.
     
    7575
    7676    /**
    77      * Set array with imported comments from WordPress database
     77     * Sets array with imported comments from WordPress database.
    7878     *
    7979     * @global wpdb $wpdb WordPress database abstraction object.
     
    177177
    178178    /**
    179      * Sort by strlen, longest string first
     179     * Sorts by strlen, longest string first.
    180180     *
    181181     * @param string $a
     
    215215
    216216    /**
    217      * Bump up the request timeout for http requests
     217     * Bumps up the request timeout for http requests.
    218218     *
    219219     * @param int $val
     
    225225
    226226    /**
    227      * Check if user has exceeded disk quota
     227     * Checks if user has exceeded disk quota.
    228228     *
    229229     * @return bool
     
    240240
    241241    /**
    242      * Replace newlines, tabs, and multiple spaces with a single space.
     242     * Replaces newlines, tabs, and multiple spaces with a single space.
    243243     *
    244244     * @param string $text
Note: See TracChangeset for help on using the changeset viewer.