Plugin Directory

Changeset 1177166


Ignore:
Timestamp:
06/09/2015 03:53:48 AM (11 years ago)
Author:
pangol
Message:

fix widget title

Location:
sewol-count/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sewol-count/trunk/readme.txt

    r1177164 r1177166  
    4646= 1.0.4 =
    4747* fix some errors about widget
     48
     49= 1.0.5 =
     50* fix widget title
  • sewol-count/trunk/sewol-count.php

    r1177164 r1177166  
    44Plugin URI: http://parkyong.com
    55Description: count day after Sewol Ferry Disaster
    6 Version: 1.0.4
     6Version: 1.0.5
    77Author: Park Yong
    88Author URI: http://parkyong.com
     
    7171
    7272        extract($args);
    73         echo $before_widget;
    7473        echo '<aside id="sewol" class="widget">';
    7574
     
    8584
    8685        echo '</aside>';
    87         echo $after_widget;
    88 
     86       
    8987    }
    9088}?>
Note: See TracChangeset for help on using the changeset viewer.