Plugin Directory

Changeset 338466


Ignore:
Timestamp:
01/29/2011 08:41:21 AM (15 years ago)
Author:
DanCoulter
Message:

Updated the plugin for recent versions of WordPress

Location:
forgot-the-category/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • forgot-the-category/trunk/forgot-the-category.php

    r40349 r338466  
    55Description: Hate forgetting to select a category when you write a new post? I know I do.  This plugin won't let you.
    66Author: Dan Coulter
    7 Version: 0.2.1
     7Version: 0.3
    88Author URI: http://dancoulter.com/
    99*/
     
    3232                    if ( jQuery("ul#categorychecklist input:checkbox:checked").length < 1 ) {
    3333                        alert("Oops! You forgot to select a category.");
     34                        jQuery("#publish").removeClass("button-primary-disabled");
     35                        jQuery("#ajax-loading").css("visibility", "hidden");
    3436                        return false;
    3537                    } else {
  • forgot-the-category/trunk/readme.txt

    r75533 r338466  
    22Contributors: dancoulter
    33Tags: editor, categories
    4 Requires at least: 2.2
    5 Tested up to: 2.7
    6 Stable tag: 0.2.1
     4Requires at least: 2.9
     5Tested up to: 3.1
     6Stable tag: 0.3
    77
    88Hate forgetting to select a category when you write a new post? I know I do.  This plugin won't let you.
     
    1414== Change Log ==
    1515<pre><code>
     16Version 0.3
     17  Fixed the plugin for the latest versions of WordPress.
     18 
    1619Version 0.2
    1720  Removed some pesky white space (how did I miss that?).  This
Note: See TracChangeset for help on using the changeset viewer.