Add some missing PHPDoc `@since` lines.
Fixes #24742. Props DrewAPicture. git-svn-id: https://develop.svn.wordpress.org/trunk@24804 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d42756992c
commit
405b7726ae
|
@ -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