Ticket #36299: class-wp-widget-factory.php.patch
File class-wp-widget-factory.php.patch, 489 bytes (added by , 9 years ago) |
---|
-
wp-includes/class-wp-widget-factory.php
14 14 * @since 4.4.0 Moved to its own file from wp-includes/widgets.php 15 15 */ 16 16 class WP_Widget_Factory { 17 18 /** 19 * Widgets array. 20 * 21 * @since 2.8.0 22 * @access public 23 * @var array 24 */ 17 25 public $widgets = array(); 18 26 19 27 /**