- Timestamp:
- 03/21/2016 09:58:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-tag-cloud.php
r36622 r37040 24 24 */ 25 25 public function __construct() { 26 $widget_ops = array( 'description' => __( "A cloud of your most used tags.") ); 27 parent::__construct('tag_cloud', __('Tag Cloud'), $widget_ops); 26 $widget_ops = array( 27 'description' => __( 'A cloud of your most used tags.' ), 28 'customize_selective_refresh' => true, 29 ); 30 parent::__construct( 'tag_cloud', __( 'Tag Cloud' ), $widget_ops ); 28 31 } 29 32
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)