Changeset 613998
- Timestamp:
- 10/18/2012 09:38:58 AM (13 years ago)
- Location:
- hypercomments/trunk
- Files:
-
- 2 edited
-
manage.php (modified) (5 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hypercomments/trunk/manage.php
r600448 r613998 245 245 <?php foreach (hc_get_post_export() as $p): ?> 246 246 posts.push(<?php echo $p->ID;?>); 247 <? endforeach;?>247 <?php endforeach;?> 248 248 249 249 var query = function(posts){ … … 251 251 posts.shift(); 252 252 get_param = { 253 url:'<?php echo admin_url( 'index.php'); ?>',253 url:'<?php echo admin_url("index.php"); ?>', 254 254 data:'hc_action=export_comments&post='+page, 255 255 success: function(data) { … … 264 264 }else{ 265 265 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" ); ?>'); 267 267 jQueryHC('#no_folder').show(function(){ 268 268 jQueryHC(this).delay(30000).fadeOut(); … … 277 277 jQueryHC('#import_report tbody').append(dom); 278 278 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" ); ?>'); 280 280 jQueryHC('#import_hc').show(function(){ 281 281 jQueryHC(this).delay(30000).fadeOut(); … … 285 285 } 286 286 }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" ); ?>'); 288 288 jQueryHC('#import_hc').show(function(){ 289 289 jQueryHC(this).delay(30000).fadeOut(); -
hypercomments/trunk/readme.txt
r600448 r613998 4 4 Donate link: http://hypercomments.com/ 5 5 Tags: hyperComments, comments, threaded, email, notification, spam, avatars, community, profile, widget 6 Requires at least: 1.1. 17 Tested up to: 1.1. 18 Stable tag: 1.1. 16 Requires at least: 1.1.2 7 Tested up to: 1.1.2 8 Stable tag: 1.1.2 9 9 10 10 The HyperComments technology replaces your WordPress comment system with your comments hosted and powered by HyperComments … … 95 95 96 96 == Changelog == 97 **1.1.2** 98 bugs fixed<br /> 99 97 100 **1.1.1** 98 101
Note: See TracChangeset
for help on using the changeset viewer.