Remove stray character.
git-svn-id: https://develop.svn.wordpress.org/trunk@24726 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
507b203597
commit
1b52b238ea
@ -84,7 +84,7 @@ function wp_get_revision_ui_diff( $post, $compare_from, $compare_to ) {
|
||||
* @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 daIta and related settings.
|
||||
* @return array An associative array of revision data and related settings.
|
||||
*/
|
||||
function wp_prepare_revisions_for_js( $post, $selected_revision_id, $from = null ) {
|
||||
$post = get_post( $post );
|
||||
|
Loading…
Reference in New Issue
Block a user