Better alignment for wp_prepare_revisions_for_js() inline docs. see #25283.
git-svn-id: https://develop.svn.wordpress.org/trunk@25420 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
529c973323
commit
96d12ddd9d
@ -85,9 +85,9 @@ function wp_get_revision_ui_diff( $post, $compare_from, $compare_to ) {
|
||||
*
|
||||
* @since 3.6.0
|
||||
*
|
||||
* @param object|int $post The post object. Also accepts a post ID.
|
||||
* @param int $selected_revision_id The selected revision ID.
|
||||
* @param int $from Optional. The revision ID to compare from.
|
||||
* @param object|int $post The post object. Also accepts a post ID.
|
||||
* @param int $selected_revision_id The selected revision ID.
|
||||
* @param int $from Optional. The revision ID to compare from.
|
||||
*
|
||||
* @return array An associative array of revision data and related settings.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user