Make WordPress Core


Ignore:
Timestamp:
12/07/2021 12:18:50 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Various inline documentation corrections and improvements.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/revision.php

    r50505 r52332  
    1717 * @param int         $compare_to   The revision ID to come to.
    1818 * @return array|false Associative array of a post's revisioned fields and their diffs.
    19  *                    Or, false on failure.
     19 *                     Or, false on failure.
    2020 */
    2121function wp_get_revision_ui_diff( $post, $compare_from, $compare_to ) {
Note: See TracChangeset for help on using the changeset viewer.