Plugin Directory

Changeset 1518041


Ignore:
Timestamp:
10/19/2016 06:08:47 PM (9 years ago)
Author:
boomil
Message:

wrap by class="sb-widget"

Location:
categorized-new-post/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • categorized-new-post/trunk/categorized-new-post.php

    r1516323 r1518041  
    44Plugin URI: https://boomil.com
    55Description: Widget for categorized new post.
    6 Version: 1.0.2
     6Version: 1.0.3
    77Author: boomil
    88Author URI: https://boomil.com/
     
    2323        $thumbnail_height = $instance['thumbnail_height'];
    2424        $thumbnail_width = $instance['thumbnail_width'];
     25       
     26        echo '<div class="sb-widget">';
    2527
    2628        // タイトルを表示する
     
    5759            echo '<p>No new post.</p>';
    5860        }
     61       
     62        echo '</div>';
    5963    }
    6064
  • categorized-new-post/trunk/readme.txt

    r1516323 r1518041  
    55Requires at least: 4.0
    66Tested up to: 4.6.1
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232== Changelog ==
    3333
     34= 1.0.3
     35
     36* 2016-10-20
     37* Wrap by class"sb-widget".
     38
    3439= 1.0.2 =
    3540
Note: See TracChangeset for help on using the changeset viewer.