Delete button doesn't work in dashboard

This topic contains 1 reply and 2 voices, and was last updated by Tareq Hasan No Topics
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
March 20, 2013 at 12:43 am 1341
Tareq Hasan The when using the front-end dashboard, the 'delete' button doesn't delete my posts.
March 20, 2013 at 12:55 am 1342
Tareq Hasan Tareq Hasan

Oh Damn! You are right.

There is a small typo on the code. You can fix that by going to the /class/frontend-dashboard.php line 160. The current line is as this: $del_url = add_query_arg( array('action' => 'del', 'pid' => get_permalink( $original_post )) );. Please change the line by this one: $del_url = add_query_arg( array('action' => 'del', 'pid' => $post->ID) );

Viewing 1 Posts - 1 through 1 (of 1 total)