Changeset 37040 for trunk/src/wp-includes/widgets/class-wp-widget-pages.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-pages.php
r34615 r37040 24 24 */ 25 25 public function __construct() { 26 $widget_ops = array('classname' => 'widget_pages', 'description' => __( 'A list of your site’s Pages.') ); 27 parent::__construct('pages', __('Pages'), $widget_ops); 26 $widget_ops = array( 27 'classname' => 'widget_pages', 28 'description' => __( 'A list of your site’s Pages.' ), 29 'customize_selective_refresh' => true, 30 ); 31 parent::__construct( 'pages', __( 'Pages' ), $widget_ops ); 28 32 } 29 33
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)