- Timestamp:
- 11/24/2021 11:39:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php
r50585 r52239 126 126 * 127 127 * @since 4.9.6 128 * 129 * @global WP_Post $post Global post object. 128 130 */ 129 131 public static function policy_text_changed_notice() { … … 303 305 * @since 4.9.6 304 306 * @since 5.0.0 The `$post` parameter was made optional. 307 * 308 * @global WP_Post $post Global post object. 305 309 * 306 310 * @param WP_Post|null $post The currently edited post. Default null.
Note: See TracChangeset
for help on using the changeset viewer.