mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Switch more docs over to typed array notation, plus some fixes.
See #48303, #41756 git-svn-id: https://develop.svn.wordpress.org/trunk@46596 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1208,9 +1208,9 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
*
|
||||
* @since 5.2.0
|
||||
*
|
||||
* @param array $term_links List of links to edit.php, filtered by the taxonomy term.
|
||||
* @param string $taxonomy Taxonomy name.
|
||||
* @param array $terms Array of terms appearing in the post row.
|
||||
* @param string[] $term_links Array of term editing links.
|
||||
* @param string $taxonomy Taxonomy name.
|
||||
* @param WP_Term[] $terms Array of term objects appearing in the post row.
|
||||
*/
|
||||
$term_links = apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user