Title: two issues
Last modified: August 21, 2016

---

# two issues

 *  [bgrande](https://wordpress.org/support/users/bgrande/)
 * (@bgrande)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/two-issues-5/)
 * I am having two minor problems with this plugin, which I had to change insignificantly
   due to some deprecated functions i WP.
 * **First problem:** The revision list start with an empty line. I have not been
   able to identify where this empty line comes from. The actual revisions shown
   below the empty line compares perfectly to the revisions in the editor. Se example
   below:
    **Revisions:**
    - by
    - 27 June, 2014 @ 6:05 by cosec
 * **Second problem: **I use ACF to provide some custom fields. Changes in custom
   fields is displayed in the editor revision diffs, but not in PDR-plugin output.
 * I was hoping for some suggestions on how to solve this.
 * [https://wordpress.org/plugins/post-revision-display/](https://wordpress.org/plugins/post-revision-display/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [bgrande](https://wordpress.org/support/users/bgrande/)
 * (@bgrande)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/two-issues-5/#post-5047451)
 * **First problem:** It seems that the problem origins from where the current revision
   is added at the top og the revision list. A temporary solution is to remove this
   line (commented out the last line below):
 *     ```
       if ( !empty( $rows ) ) {
               // add current revision to the top
               $date = wp_post_revision_title( $post, false );
               if ( $is_rev ) {
                   $date = '<a href="' . get_permalink() . '">' . $date . '</a>';
               }
               $name = get_the_author_meta( $post->post_author );
               $title = sprintf( $titlef, $date, $name );
               //$rows = "\t<li>$title</li>\n$rows";
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘two issues’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/post-revision-display.svg)
 * [Post Revision Display](https://wordpress.org/plugins/post-revision-display/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-revision-display/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-revision-display/)
 * [Active Topics](https://wordpress.org/support/plugin/post-revision-display/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-revision-display/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-revision-display/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [bgrande](https://wordpress.org/support/users/bgrande/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/two-issues-5/#post-5047451)
 * Status: not resolved