Plugin Directory

Changeset 2359414


Ignore:
Timestamp:
08/12/2020 07:51:33 PM (6 years ago)
Author:
mpntod
Message:

Very minor correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • page-hierarchy-plug-in/trunk/ldpagehierarchy.php

    r2359404 r2359414  
    55Author: Martin Tod
    66Version: 2.0.7
     7Text Domain: page-hierarchy-plug-in
    78
    89*/
     
    163164        $options = get_option('widget_subpagehierarchy');
    164165        if ( !isset($instance['title']) ):
    165             $instance = array('title'=>__('','page-hierarchy-plug-in') , 'headpage'=> 0 );
     166            $instance = array('title'=>'' , 'headpage'=> 0 );
    166167        endif;
    167168        $title = $instance['title'];
Note: See TracChangeset for help on using the changeset viewer.