Make WordPress Core


Ignore:
Timestamp:
10/11/2018 04:30:10 AM (8 years ago)
Author:
SergeyBiryukov
Message:

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

Props burhandodhy.
Merges [43609] to the 5.0 branch.
Fixes #44877.

Location:
branches/5.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0

  • branches/5.0/src/wp-admin/includes/misc.php

    r43487 r43709  
    15421542         * @since 4.9.6
    15431543         *
    1544          * @param $post WP_Post The currently edited post.
     1544         * @param WP_Post $post The currently edited post.
    15451545         */
    15461546        public static function notice( $post ) {
Note: See TracChangeset for help on using the changeset viewer.