Περιγραφή
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’.
- Display on pages.
- Display on posts.
- Show autosave revisions.
- 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>'); ?>
Στιγμιότυπα
Εγκατάσταση
- Upload
version-history.php
to the/wp-content/plugins/
directory - 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.