- Timestamp:
- 07/27/2017 12:40:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-tag-cloud.php
r40816 r41162 21 21 * 22 22 * @since 2.8.0 23 * @access public24 23 */ 25 24 public function __construct() { … … 35 34 * 36 35 * @since 2.8.0 37 * @access public38 36 * 39 37 * @param array $args Display arguments including 'before_title', 'after_title', … … 96 94 * 97 95 * @since 2.8.0 98 * @access public99 96 * 100 97 * @param array $new_instance New settings for this instance as input by the user via … … 115 112 * 116 113 * @since 2.8.0 117 * @access public118 114 * 119 115 * @param array $instance Current settings. … … 185 181 * 186 182 * @since 4.4.0 187 * @access public188 183 * 189 184 * @param array $instance Current settings.
Note: See TracChangeset
for help on using the changeset viewer.