Changeset 338466
- Timestamp:
- 01/29/2011 08:41:21 AM (15 years ago)
- Location:
- forgot-the-category/trunk
- Files:
-
- 2 edited
-
forgot-the-category.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
forgot-the-category/trunk/forgot-the-category.php
r40349 r338466 5 5 Description: Hate forgetting to select a category when you write a new post? I know I do. This plugin won't let you. 6 6 Author: Dan Coulter 7 Version: 0. 2.17 Version: 0.3 8 8 Author URI: http://dancoulter.com/ 9 9 */ … … 32 32 if ( jQuery("ul#categorychecklist input:checkbox:checked").length < 1 ) { 33 33 alert("Oops! You forgot to select a category."); 34 jQuery("#publish").removeClass("button-primary-disabled"); 35 jQuery("#ajax-loading").css("visibility", "hidden"); 34 36 return false; 35 37 } else { -
forgot-the-category/trunk/readme.txt
r75533 r338466 2 2 Contributors: dancoulter 3 3 Tags: editor, categories 4 Requires at least: 2. 25 Tested up to: 2.76 Stable tag: 0. 2.14 Requires at least: 2.9 5 Tested up to: 3.1 6 Stable tag: 0.3 7 7 8 8 Hate forgetting to select a category when you write a new post? I know I do. This plugin won't let you. … … 14 14 == Change Log == 15 15 <pre><code> 16 Version 0.3 17 Fixed the plugin for the latest versions of WordPress. 18 16 19 Version 0.2 17 20 Removed some pesky white space (how did I miss that?). This
Note: See TracChangeset
for help on using the changeset viewer.