Skip to content

Commit 9dbc062

Browse files
committed
unbreak logged in user comments #218
1 parent b9f37e8 commit 9dbc062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/js/epoch.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ function Epoch( $, EpochFront ) {
319319

320320
data.author_email = encodeURI( data.author_email );
321321
delete data.author;
322-
322+
data.epoch = true;
323+
data._wpnonce = EpochFront._wpnonce;
323324
$.post( EpochFront.comments_core, data ).done( function ( r, textStatus, rObj ) {
324325

325326
total = rObj.getResponseHeader( 'X-WP-EPOCH-TOTAL-COMMENTS' );

0 commit comments

Comments
 (0)