Make WordPress Core


Ignore:
Timestamp:
02/16/2024 09:45:18 PM (11 months ago)
Author:
johnbillion
Message:

Docs: Various improvements and corrections to inline documentation.

See #59651

File:
1 edited

Legend:

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

    r56548 r57644  
    8686         * @param WP_Post $compare_from   The revision post object to compare to or from.
    8787         * @param string  $context        The context of whether the current revision is the old
    88          *                                or the new one. Values are 'to' or 'from'.
     88         *                                or the new one. Either 'to' or 'from'.
    8989         */
    9090        $content_from = $compare_from ? apply_filters( "_wp_post_revision_field_{$field}", $compare_from->$field, $field, $compare_from, 'from' ) : '';
Note: See TracChangeset for help on using the changeset viewer.