Plugin Directory

Changeset 613998


Ignore:
Timestamp:
10/18/2012 09:38:58 AM (13 years ago)
Author:
siteheart
Message:

version 1.1.2

Location:
hypercomments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hypercomments/trunk/manage.php

    r600448 r613998  
    245245        <?php foreach (hc_get_post_export() as $p): ?>
    246246        posts.push(<?php echo $p->ID;?>);
    247         <?endforeach;?>
     247        <?php endforeach;?>
    248248
    249249        var query = function(posts){
     
    251251            posts.shift();
    252252            get_param = {
    253                 url:'<?php echo admin_url('index.php'); ?>',
     253                url:'<?php echo admin_url("index.php"); ?>',
    254254                data:'hc_action=export_comments&post='+page,
    255255                success: function(data) {   
     
    264264                                }else{
    265265                                    if(packet[i].description == 'Error writing XML'){
    266                                         jQueryHC('#no_folder strong').text('<?php _e('You need to create a folder "uploads" with 777 permissions in the "/path/to/wordpress/wp-content" directory.', 'hypercomments' ); ?>');
     266                                        jQueryHC('#no_folder strong').text('<?php _e("You need to create a folder \"uploads\" with 777 permissions in the \"/path/to/wordpress/wp-content\" directory.", "hypercomments" ); ?>');
    267267                                        jQueryHC('#no_folder').show(function(){
    268268                                            jQueryHC(this).delay(30000).fadeOut();
     
    277277                                jQueryHC('#import_report tbody').append(dom);       
    278278                                if(posts.length == 0){
    279                                     jQueryHC('#import_hc strong').text('<?php _e('Comments will be imported at least 15 minutes.', 'hypercomments' ); ?>');
     279                                    jQueryHC('#import_hc strong').text('<?php _e("Comments will be imported at least 15 minutes.", "hypercomments" ); ?>');
    280280                                    jQueryHC('#import_hc').show(function(){
    281281                                        jQueryHC(this).delay(30000).fadeOut();
     
    285285                            }
    286286                        }catch(e){
    287                             jQueryHC('#no_folder strong').text('<?php _e('You need to create a folder "uploads" with 777 permissions in the "/path/to/wordpress/wp-content" directory.', 'hypercomments' ); ?>');
     287                            jQueryHC('#no_folder strong').text('<?php _e("You need to create a folder \"uploads\" with 777 permissions in the \"/path/to/wordpress/wp-content\" directory.", "hypercomments" ); ?>');
    288288                            jQueryHC('#import_hc').show(function(){
    289289                                    jQueryHC(this).delay(30000).fadeOut();
  • hypercomments/trunk/readme.txt

    r600448 r613998  
    44Donate link: http://hypercomments.com/
    55Tags: hyperComments, comments, threaded, email, notification, spam, avatars, community, profile, widget
    6 Requires at least: 1.1.1
    7 Tested up to: 1.1.1
    8 Stable tag: 1.1.1
     6Requires at least: 1.1.2
     7Tested up to: 1.1.2
     8Stable tag: 1.1.2
    99
    1010The HyperComments technology replaces your WordPress comment system with your comments hosted and powered by HyperComments
     
    9595
    9696== Changelog ==
     97**1.1.2**
     98bugs fixed<br />
     99
    97100**1.1.1**
    98101
Note: See TracChangeset for help on using the changeset viewer.