Make WordPress Core


Ignore:
Timestamp:
03/25/2018 06:09:56 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

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

    r42343 r42875  
    341341     * @global wpdb $wpdb WordPress database abstraction object.
    342342     *
    343      * @param array $post_ids Array of post IDs to filter the query by. Optional.
     343     * @param int[] $post_ids Optional. Array of post IDs to filter the query by.
    344344     */
    345345    function wxr_authors_list( array $post_ids = null ) {
Note: See TracChangeset for help on using the changeset viewer.