mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user