mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Use the $widget_links_args parameter in the hook doc for the widget_links_args filter, introduced when the args array was split out to a variable in [33971].
See #20788. git-svn-id: https://develop.svn.wordpress.org/trunk@33978 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -53,8 +53,8 @@ class WP_Widget_Links extends WP_Widget {
|
||||
*
|
||||
* @see wp_list_bookmarks()
|
||||
*
|
||||
* @param array $args An array of arguments to retrieve the links list.
|
||||
* @param array $instance The settings for the particular instance of the widget.
|
||||
* @param array $widget_links_args An array of arguments to retrieve the links list.
|
||||
* @param array $instance The settings for the particular instance of the widget.
|
||||
*/
|
||||
wp_list_bookmarks( apply_filters( 'widget_links_args', $widget_links_args, $instance ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user