Changeset 1594246
- Timestamp:
- 02/12/2017 03:12:53 PM (9 years ago)
- Location:
- wplingo/trunk
- Files:
-
- 2 edited
-
includes/shortcodes.php (modified) (2 diffs)
-
wplingo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wplingo/trunk/includes/shortcodes.php
r1590985 r1594246 74 74 } 75 75 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; 79 81 80 82 // Add New Topic … … 108 110 $valid = false; 109 111 } 110 112 111 113 // Add New Post 112 114 if($valid) { -
wplingo/trunk/wplingo.php
r1590985 r1594246 7 7 * Author URI: http://wplingo.com 8 8 * Text Domain: lingo 9 * Version: 1.0. 29 * Version: 1.0.3 10 10 * 11 11 * WPLingo is free software: you can redistribute it and/or modify … … 25 25 * @category Core 26 26 * @author Mark Winiarski 27 * @version 1.0. 227 * @version 1.0.3 28 28 */ 29 29
Note: See TracChangeset
for help on using the changeset viewer.