mirror of
git://develop.git.wordpress.org/
synced 2025-03-14 17:09:47 +01:00
Docs: Correct parameter type for WP_Privacy_Policy_Content::notice()
.
Props burhandodhy. Merges [43609] to the 4.9 branch. Fixes #44877. git-svn-id: https://develop.svn.wordpress.org/branches/4.9@43615 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
00ab86547f
commit
6a09c56c6e
@ -1541,7 +1541,7 @@ final class WP_Privacy_Policy_Content {
|
||||
*
|
||||
* @since 4.9.6
|
||||
*
|
||||
* @param $post WP_Post The currently edited post.
|
||||
* @param WP_Post $post The currently edited post.
|
||||
*/
|
||||
public static function notice( $post ) {
|
||||
if ( ! ( $post instanceof WP_Post ) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user