wp/wp-admin/includes/revision.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-admin/includes/revision.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/includes/revision.php	Tue Sep 27 16:37:53 2022 +0200
@@ -16,7 +16,7 @@
  * @param int         $compare_from The revision ID to compare from.
  * @param int         $compare_to   The revision ID to come to.
  * @return array|false Associative array of a post's revisioned fields and their diffs.
- *                    Or, false on failure.
+ *                     Or, false on failure.
  */
 function wp_get_revision_ui_diff( $post, $compare_from, $compare_to ) {
 	$post = get_post( $post );