Plugin Directory

Changeset 1594246


Ignore:
Timestamp:
02/12/2017 03:12:53 PM (9 years ago)
Author:
XinguPL
Message:
  • New Topic Fix
Location:
wplingo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wplingo/trunk/includes/shortcodes.php

    r1590985 r1594246  
    7474                    }
    7575                   
    76                     if(!is_string($tags) || !(strlen($tags) > 0)) {
    77                         $valid = false;
    78                     }
     76                    /*if(!is_string($tags) || !(strlen($tags) > 0)) {
     77                        $valid = false;
     78                    }*/
     79                   
     80                    //var_dump($forum_id); die;
    7981                   
    8082                    // Add New Topic
     
    108110                        $valid = false;
    109111                    }
    110                    
     112                         
    111113                    // Add New Post
    112114                    if($valid) {
  • wplingo/trunk/wplingo.php

    r1590985 r1594246  
    77 * Author URI: http://wplingo.com
    88 * Text Domain: lingo
    9  * Version: 1.0.2
     9 * Version: 1.0.3
    1010 *
    1111 * WPLingo is free software: you can redistribute it and/or modify
     
    2525 * @category Core
    2626 * @author Mark Winiarski
    27  * @version 1.0.2
     27 * @version 1.0.3
    2828 */
    2929 
Note: See TracChangeset for help on using the changeset viewer.