mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 23:41:38 +01:00
Add some missing PHPDoc @since
lines.
Fixes #24742. Props DrewAPicture. git-svn-id: http://core.svn.wordpress.org/trunk@24804 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
efa8b042f9
commit
1e189c9689
@ -9,6 +9,8 @@
|
||||
/**
|
||||
* Get the revision UI diff.
|
||||
*
|
||||
* @since 3.6.0
|
||||
*
|
||||
* @param object $post The post object.
|
||||
* @param int $compare_from The revision id to compare from.
|
||||
* @param int $compare_to The revision id to come to.
|
||||
@ -81,6 +83,8 @@ function wp_get_revision_ui_diff( $post, $compare_from, $compare_to ) {
|
||||
/**
|
||||
* Prepare revisions for JavaScript.
|
||||
*
|
||||
* @since 3.6.0
|
||||
*
|
||||
* @param object $post The post object.
|
||||
* @param int $selected_revision_id The selected revision id.
|
||||
* @param int $from (optional) The revision id to compare from.
|
||||
|
Loading…
Reference in New Issue
Block a user