if ( $post->post_author != $current_user->ID )) return self::redirect_dashboard( 'edit-invalid-author' );
if (!current_user_can('edit_post', $_GET['aid'])) return self::redirect_dashboard( 'edit-invalid-author' );
There are currently 1 users browsing this thread. (0 members and 1 guests)