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.

Built from https://develop.svn.wordpress.org/trunk@33978


git-svn-id: http://core.svn.wordpress.org/trunk@33947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-09 15:45:27 +00:00
parent 4bdda75696
commit f5c8f20a69
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33971';
$wp_version = '4.4-alpha-33978';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

@ -53,7 +53,7 @@ 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 $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 ) );