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

Revision History

描述

Revision History displays the revision history of a post or page, with links
to the content of each revision.

The revision history is appended to the content of the post or page.

The following are configuration settings which can be changed in the Revision
History submenu of ‘Settings’.

  1. Display on pages.
  2. Display on posts.
  3. Show autosave revisions.
  4. Show the revision timestamp in the post title.

By default the revision history is not shown on any posts or pages.

For control over where you place the revision history use the rh_the_revision function.
It takes optional parameters, before and after. For example:

<?php rh_the_revision('<h4>', '</h4>'); ?>

屏幕截图

  • This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from the directory of the stable readme.txt, so in this case, /tags/4.3/screenshot-1.png (or jpg, jpeg, gif)

安装

  1. Upload version-history.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

评价

此插件暂无评价。

贡献者及开发者

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

贡献者

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

对开发感兴趣吗?

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

更新日志

0.9.1

  • Layout uses same markup as standard settings pages.
  • Now use the blog date and time format as specified in General Settings.
  • Allow a CSS class to be set for the revision string in the post title.
  • Added rh_the_revision function.

0.9

  • First version.