Make WordPress Core


Ignore:
Timestamp:
10/26/2019 09:07:10 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Switch more docs over to typed array notation, plus some fixes.

See #48303, #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-posts-list-table.php

    r46579 r46596  
    12091209                 * @since 5.2.0
    12101210                 *
    1211                  * @param array  $term_links List of links to edit.php, filtered by the taxonomy term.
    1212                  * @param string $taxonomy   Taxonomy name.
    1213                  * @param array  $terms      Array of terms appearing in the post row.
     1211                 * @param string[]  $term_links Array of term editing links.
     1212                 * @param string    $taxonomy   Taxonomy name.
     1213                 * @param WP_Term[] $terms      Array of term objects appearing in the post row.
    12141214                 */
    12151215                $term_links = apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms );
Note: See TracChangeset for help on using the changeset viewer.