Changeset 1518041
- Timestamp:
- 10/19/2016 06:08:47 PM (9 years ago)
- Location:
- categorized-new-post/trunk
- Files:
-
- 2 edited
-
categorized-new-post.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
categorized-new-post/trunk/categorized-new-post.php
r1516323 r1518041 4 4 Plugin URI: https://boomil.com 5 5 Description: Widget for categorized new post. 6 Version: 1.0. 26 Version: 1.0.3 7 7 Author: boomil 8 8 Author URI: https://boomil.com/ … … 23 23 $thumbnail_height = $instance['thumbnail_height']; 24 24 $thumbnail_width = $instance['thumbnail_width']; 25 26 echo '<div class="sb-widget">'; 25 27 26 28 // タイトルを表示する … … 57 59 echo '<p>No new post.</p>'; 58 60 } 61 62 echo '</div>'; 59 63 } 60 64 -
categorized-new-post/trunk/readme.txt
r1516323 r1518041 5 5 Requires at least: 4.0 6 6 Tested up to: 4.6.1 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 == Changelog == 33 33 34 = 1.0.3 35 36 * 2016-10-20 37 * Wrap by class"sb-widget". 38 34 39 = 1.0.2 = 35 40
Note: See TracChangeset
for help on using the changeset viewer.