Make WordPress Core

Changeset 43609 for trunk


Ignore:
Timestamp:
09/03/2018 02:14:15 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct parameter type for WP_Privacy_Policy_Content::notice().

Props burhandodhy.
Fixes #44877.

File:
1 edited

Legend:

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

    r43571 r43609  
    15931593     * @since 4.9.6
    15941594     *
    1595      * @param $post WP_Post The currently edited post.
     1595     * @param WP_Post $post The currently edited post.
    15961596     */
    15971597    public static function notice( $post ) {
Note: See TracChangeset for help on using the changeset viewer.