Changeset 1510710
- Timestamp:
- 10/08/2016 09:32:41 AM (9 years ago)
- Location:
- categorized-new-post/trunk
- Files:
-
- 2 edited
-
categorized-new-post.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
categorized-new-post/trunk/categorized-new-post.php
r1457717 r1510710 2 2 /* 3 3 Plugin Name: Categorized New Post 4 Plugin URI: http ://boomil.com4 Plugin URI: https://boomil.com 5 5 Description: Widget for categorized new post. 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author: boomil 8 Author URI: http ://boomil.com/8 Author URI: https://boomil.com/ 9 9 License: GPLv2 10 10 */ … … 75 75 <label for="<?php echo $this->get_field_id('thumbnail_width'); ?>"><?php _e('Thumbnail width:'); ?></label> 76 76 <input class="widefat" id="<?php echo $this->get_field_id('thumbnail_width'); ?>" name="<?php echo $this->get_field_name('thumbnail_width'); ?>" type="text" value="<?php echo esc_attr($thumbnail_width); ?>" /></p> 77 <br/> 78 If you like this plugin, please share the link for my blog. もしこのプラグインを気に入ったら、私のブログへのリンクをお願いします.<br/> 79 https://boomil.com/?p=2808 77 80 <?php 78 81 } -
categorized-new-post/trunk/readme.txt
r1457717 r1510710 4 4 Tags: category, categorized, new post, category new post, categorized new post, thumbnail 5 5 Requires at least: 4.0 6 Tested up to: 4. 5.37 Stable tag: 1.0. 06 Tested up to: 4.6.1 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 Widget that displays the categorized new posts(titles and thumbnails). 16 サムネイル付きのカテゴリ別新着記事一覧を表示するウィジェットです。 15 Widget that displays the categorized new posts(titles and thumbnails). When this widget is displayed in "SmartPhone" category post, new posts are "SmartPhone" category only. 16 サムネイル付きのカテゴリ別新着記事一覧を表示するウィジェットです。このウィジェットがスマホカテゴリで表示された時は、スマホカテゴリの新着記事一覧を表示します。 17 17 18 18 == Installation == … … 32 32 == Changelog == 33 33 34 = 1.0.1 = 35 36 * 2016-10-08 37 * Add explains. 38 * Add announcement of my blog. 39 34 40 = 1.0.0 = 35 41
Note: See TracChangeset
for help on using the changeset viewer.