wp-includes/widgets/class-wp-widget-recent-comments.php
Lines:
1 to 18 of 18
<?php /** * Widget API: WP_Widget_Recent_Comments class * * @package WordPress * @subpackage Widgets * @since 4.4.0 */ /* class WP_Widget_Recent_Comments */ /* function WP_Widget_Recent_Comments::__construct() – Sets up a new Recent Comments widget instance. */ /* function WP_Widget_Recent_Comments::recent_comments_style() – Outputs the default styles for the Recent Comments widget. */ /* function WP_Widget_Recent_Comments::widget() – Outputs the content for the current Recent Comments widget instance. */ /* function WP_Widget_Recent_Comments::update() – Handles updating settings for the current Recent Comments widget instance. */ /* function WP_Widget_Recent_Comments::form() – Outputs the settings form for the Recent Comments widget. */ /* function WP_Widget_Recent_Comments::flush_widget_cache() – Flushes the Recent Comments widget cache. */