Changeset 41162 for trunk/src/wp-includes/widgets/class-wp-widget-rss.php
- Timestamp:
- 07/27/2017 12:40:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-rss.php
r37040 r41162 21 21 * 22 22 * @since 2.8.0 23 * @access public24 23 */ 25 24 public function __construct() { … … 36 35 * 37 36 * @since 2.8.0 38 * @access public39 37 * 40 38 * @param array $args Display arguments including 'before_title', 'after_title', … … 98 96 * 99 97 * @since 2.8.0 100 * @access public101 98 * 102 99 * @param array $new_instance New settings for this instance as input by the user via … … 114 111 * 115 112 * @since 2.8.0 116 * @access public117 113 * 118 114 * @param array $instance Current settings.
Note: See TracChangeset
for help on using the changeset viewer.