Changeset 1567084
- Timestamp:
- 01/03/2017 12:32:59 PM (9 years ago)
- Location:
- komentbox/trunk
- Files:
-
- 9 edited
-
KOMENTBOX_LICENSE (modified) (1 diff)
-
comments.php (modified) (1 diff)
-
export.php (modified) (1 diff)
-
komentbox.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
settings.php (modified) (1 diff)
-
uninstall.php (modified) (1 diff)
-
wp-komentbox.php (modified) (1 diff)
-
wp-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
komentbox/trunk/KOMENTBOX_LICENSE
r1567036 r1567084 25 25 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 26 26 THE SOFTWARE. 27 -
komentbox/trunk/comments.php
r1567036 r1567084 1 1 <div id="NLPkomentBox" style="clear: both;"> 2 3 2 <div id="NLPkomentBoxContent"> 4 3 <?php -
komentbox/trunk/export.php
r1451734 r1567084 6 6 @ini_set('memory_limit', '256M'); 7 7 define('WXR_VERSION', '1.2'); 8 9 8 /** 10 9 * {@internal Missing Short Description}} -
komentbox/trunk/komentbox.php
r1567036 r1567084 1 1 <?php 2 3 2 4 3 require_once(plugin_dir_path( __FILE__ ).'wp-plugin.php'); -
komentbox/trunk/readme.txt
r1567070 r1567084 10 10 11 11 The KomentBox comment system replaces your WordPress comment system with your comments hosted and powered by NLPCaptcha. 12 13 12 == Description == 14 13 -
komentbox/trunk/settings.php
r1451734 r1567084 5 5 6 6 ?> 7 8 7 <div class="wrap"> 9 8 <a name="nlpcaptcha"></a> -
komentbox/trunk/uninstall.php
r1567076 r1567084 11 11 WPPlugin::remove_options($options); 12 12 13 14 13 ?> -
komentbox/trunk/wp-komentbox.php
r1567036 r1567084 9 9 Author URI: http://www.nlpcaptcha.in 10 10 */ 11 12 11 define('ALLOW_INCLUDE', true); 13 12 define('KOMENTBOX_IMPORTER_URL', 'http://analysis.nlpcaptcha.in/'); -
komentbox/trunk/wp-plugin.php
r1567036 r1567084 7 7 const WordPressMS = 3; // wordpress multi-site 8 8 } 9 10 9 abstract class WPPlugin { 11 10 protected $environment; // what environment are we in
Note: See TracChangeset
for help on using the changeset viewer.