Version Description
Download this release
Release Info
Developer | ZephyrWest |
Plugin | Category Posts Widget |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.3.1
- cat-posts.php +2 -2
cat-posts.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Category Posts Widget
|
|
4 |
Plugin URI: http://jameslao.com/
|
5 |
Description: Adds a widget that can display a specified number of posts from a single category. Can also set how many widgets to show.
|
6 |
Author: James Lao
|
7 |
-
Version: 1.3
|
8 |
Author URI: http://jameslao.com/
|
9 |
*/
|
10 |
|
@@ -167,7 +167,7 @@ function jl_cat_posts_control( $widget_args = 1 ) {
|
|
167 |
</label>
|
168 |
</p>
|
169 |
|
170 |
-
|
171 |
<?php
|
172 |
|
173 |
}
|
4 |
Plugin URI: http://jameslao.com/
|
5 |
Description: Adds a widget that can display a specified number of posts from a single category. Can also set how many widgets to show.
|
6 |
Author: James Lao
|
7 |
+
Version: 1.3.1
|
8 |
Author URI: http://jameslao.com/
|
9 |
*/
|
10 |
|
167 |
</label>
|
168 |
</p>
|
169 |
|
170 |
+
<!--<input type="hidden" name="cat-posts[<?php echo $number; ?>][submit]" value="1" />-->
|
171 |
<?php
|
172 |
|
173 |
}
|