Changeset 37040 for trunk/src/wp-includes/widgets/class-wp-widget-meta.php
- 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-meta.php
r34616 r37040 26 26 */ 27 27 public function __construct() { 28 $widget_ops = array('classname' => 'widget_meta', 'description' => __( "Login, RSS, & WordPress.org links.") ); 29 parent::__construct('meta', __('Meta'), $widget_ops); 28 $widget_ops = array( 29 'classname' => 'widget_meta', 30 'description' => __( 'Login, RSS, & WordPress.org links.' ), 31 'customize_selective_refresh' => true, 32 ); 33 parent::__construct( 'meta', __( 'Meta' ), $widget_ops ); 30 34 } 31 35
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)