Changeset 48388 for trunk/src/wp-includes/widgets/class-wp-widget-meta.php
- Timestamp:
- 07/07/2020 05:04:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-meta.php
r48349 r48388 57 57 $format = current_theme_supports( 'html5', 'navigation-widgets' ) ? 'html5' : 'xhtml'; 58 58 59 /** 60 * Filters the HTML format of widgets with navigation links. 61 * 62 * @since 5.5.0 63 * 64 * @param string $format The type of markup to use in widgets with navigation links. 65 * Accepts 'html5', 'xhtml'. 66 */ 59 /** This filter is documented in wp-includes/widgets/class-wp-nav-menu-widget.php */ 67 60 $format = apply_filters( 'navigation_widgets_format', $format ); 68 61
Note: See TracChangeset
for help on using the changeset viewer.