Changeset 40926 for trunk/src/wp-includes/default-widgets.php
- Timestamp:
- 06/23/2017 11:59:23 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-widgets.php
r40893 r40926 62 62 require_once( ABSPATH . WPINC . '/widgets/class-wp-nav-menu-widget.php' ); 63 63 64 /** WP_Widget_ HTML_Codeclass */65 require_once( ABSPATH . WPINC . '/widgets/class-wp-widget- html-code.php' );64 /** WP_Widget_Custom_HTML class */ 65 require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-custom-html.php' );
Note: See TracChangeset
for help on using the changeset viewer.