- Timestamp:
- 10/27/2019 07:33:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-archives.php
r46164 r46604 125 125 <ul> 126 126 <?php 127 /**128 * Filters the arguments for the Archives widget.129 *130 * @since 2.8.0131 * @since 4.9.0 Added the `$instance` parameter.132 *133 * @see wp_get_archives()134 *135 * @param array $args An array of Archives option arguments.136 * @param array $instance Array of settings for the current widget.137 */138 127 wp_get_archives( 128 /** 129 * Filters the arguments for the Archives widget. 130 * 131 * @since 2.8.0 132 * @since 4.9.0 Added the `$instance` parameter. 133 * 134 * @see wp_get_archives() 135 * 136 * @param array $args An array of Archives option arguments. 137 * @param array $instance Array of settings for the current widget. 138 */ 139 139 apply_filters( 140 140 'widget_archives_args',
Note: See TracChangeset
for help on using the changeset viewer.