Changeset 33978
- Timestamp:
- 09/09/2015 03:44:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-links.php
r33971 r33978 54 54 * @see wp_list_bookmarks() 55 55 * 56 * @param array $ argsAn array of arguments to retrieve the links list.57 * @param array $instance The settings for the particular instance of the widget.56 * @param array $widget_links_args An array of arguments to retrieve the links list. 57 * @param array $instance The settings for the particular instance of the widget. 58 58 */ 59 59 wp_list_bookmarks( apply_filters( 'widget_links_args', $widget_links_args, $instance ) );
Note: See TracChangeset
for help on using the changeset viewer.