Changeset 46604 for trunk/src/wp-includes/widgets/class-wp-widget-pages.php
- 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-pages.php
r46415 r46604 61 61 } 62 62 63 /**64 * Filters the arguments for the Pages widget.65 *66 * @since 2.8.067 * @since 4.9.0 Added the `$instance` parameter.68 *69 * @see wp_list_pages()70 *71 * @param array $args An array of arguments to retrieve the pages list.72 * @param array $instance Array of settings for the current widget.73 */74 63 $out = wp_list_pages( 64 /** 65 * Filters the arguments for the Pages widget. 66 * 67 * @since 2.8.0 68 * @since 4.9.0 Added the `$instance` parameter. 69 * 70 * @see wp_list_pages() 71 * 72 * @param array $args An array of arguments to retrieve the pages list. 73 * @param array $instance Array of settings for the current widget. 74 */ 75 75 apply_filters( 76 76 'widget_pages_args',
Note: See TracChangeset
for help on using the changeset viewer.