Changeset 8942 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/widgets.php
- Timestamp:
- 06/11/2019 09:01:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/widgets.php
r7821 r8942 43 43 44 44 public function form( $instance ) { 45 if ( empty( $instance['sortby'] ) ) { 46 $instance['sortby'] = 'menu_order'; 47 } 48 45 49 parent::form( $instance ); 46 50
Note: See TracChangeset
for help on using the changeset viewer.