Remove stray character.
git-svn-id: http://core.svn.wordpress.org/trunk@24726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
398ce8ecdf
commit
8d9a830c3c
|
@ -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