Plugin Directory

Changeset 618179


Ignore:
Timestamp:
10/28/2012 05:31:55 AM (13 years ago)
Author:
ketanmujumdar
Message:

Fixed uncategorized issue

Location:
mandatory-fields/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mandatory-fields/trunk/mandatory-plugin-admin.php

    r618177 r618179  
    8282function has_categories()
    8383{
     84    global $post;
    8485    // check if the categories are to a post
    8586    if(!get_option('check_categories'))
    8687        return true;
    8788   
    88     if(!has_category() || in_category('uncategorized'))
     89    if(!has_category('', $post->ID) || in_category('uncategorized'))
    8990    {
    9091        return false;
  • mandatory-fields/trunk/mandatory-plugin.php

    r618177 r618179  
    44Plugin URI: http://wiki.geekwithme.com/mand_fields
    55Description: This is a plugin withch will help you to make few textbox mandatory like Meta tags or title
    6 Version: 1.4
     6Version: 1.4.1
    77Author: Ketan Mujumdar
    88Author URI: http://geekwithme.com
  • mandatory-fields/trunk/readme.txt

    r618177 r618179  
    55Requires at least: 2.9
    66Tested up to: 3.4.1
    7 Stable tag: 1.4
     7Stable tag: 1.4.1
    88
    99This plugin is responsible for making certain fields mandatory before publishing any post in wordpress.
     
    3434
    3535== Changelog ==
     36V1.4.1
     37Fix uncategoried category issue
     38
    3639V1.4
    3740Added Support for categorires
Note: See TracChangeset for help on using the changeset viewer.