Changeset 2359414
- Timestamp:
- 08/12/2020 07:51:33 PM (6 years ago)
- File:
-
- 1 edited
-
page-hierarchy-plug-in/trunk/ldpagehierarchy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
page-hierarchy-plug-in/trunk/ldpagehierarchy.php
r2359404 r2359414 5 5 Author: Martin Tod 6 6 Version: 2.0.7 7 Text Domain: page-hierarchy-plug-in 7 8 8 9 */ … … 163 164 $options = get_option('widget_subpagehierarchy'); 164 165 if ( !isset($instance['title']) ): 165 $instance = array('title'=> __('','page-hierarchy-plug-in'), 'headpage'=> 0 );166 $instance = array('title'=>'' , 'headpage'=> 0 ); 166 167 endif; 167 168 $title = $instance['title'];
Note: See TracChangeset
for help on using the changeset viewer.