- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-recent-comments.php
r46604 r47122 50 50 * @param string $id_base The widget ID. 51 51 */ 52 if ( ! current_theme_supports( 'widgets' ) // Temp hack #14876 52 if ( ! current_theme_supports( 'widgets' ) // Temp hack #14876. 53 53 || ! apply_filters( 'show_recent_comments_widget_style', true, $this->id_base ) ) { 54 54 return;
Note: See TracChangeset
for help on using the changeset viewer.