- Timestamp:
- 07/07/2020 05:04:05 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-recent-posts.php
r48349 r48388 96 96 $format = current_theme_supports( 'html5', 'navigation-widgets' ) ? 'html5' : 'xhtml'; 97 97 98 /** 99 * Filters the HTML format of widgets with navigation links. 100 * 101 * @since 5.5.0 102 * 103 * @param string $format The type of markup to use in widgets with navigation links. 104 * Accepts 'html5', 'xhtml'. 105 */ 98 /** This filter is documented in wp-includes/widgets/class-wp-nav-menu-widget.php */ 106 99 $format = apply_filters( 'navigation_widgets_format', $format ); 107 100
Note: See TracChangeset
for help on using the changeset viewer.