该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WP Revision List

描述

This plugin allows you to include a list of revisions when viewing a list of posts, pages, or custom post types in the admin dashboard. It can be configured
to limit the number of revisions shown, the post types it is enabled for, and a prefix & suffix to wrap around the revision title to offset it from the rest of the list.

Thanks to Pat Ramsey, Corey Ellis, and Nick Batick for
encouraging me to write this plugin, and Kenzie Moss for our WordPress icon.

屏幕截图

  • Posts showing revisions
  • Custom post type support
  • 插件设置
  • Number of revisions configurable per user

安装

  1. Upload the wp-revision-list directory to the /wp-content/plugins/ directory
  2. 通过WordPress的“插件”菜单激活插件
  3. Check Settings/WP Revision List to customize

常见问题

My custom post type does not show up in the settings?

Only public post types that support revisions work with this plugin. Make sure you include “‘supports’ => array( ‘revisions’ )” in your register_post_type() call.

评价

2017 年 10 月 4 日
This is an amazing plugin! Post/Page revisions shown in the dashboard! A terrific time saver! Thanks much for your good work.
阅读所有1条评价

贡献者及开发者

“WP Revision List” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

「WP Revision List」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

将“WP Revision List”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.1.8 December 16, 2018

  • Fixed call to undefined get_current_screen() on autosave.

1.1.7 October 9, 2018

  • Fixed a PHP notice on the settings page

1.1.6 April 5, 2017

  • Fixed a PHP warning with the_title filter when global post was not set

1.1.5 December 7, 2015

  • Fixed a PHP warning with the_title() on some installs

1.1.4 July 9, 2015

  • Fixed a bug that was preventing a custom WP_Query from returning posts

1.1.3 April 10, 2015

  • Added user-configurable number of revisions in Screen Options

1.0.0 April 9, 2015

  • Initial release