Changeset 44475
- Timestamp:
- 01/08/2019 05:02:55 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/misc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r44464 r44475 1990 1990 * @since 5.0.0 Added the `$strings`, `$description`, and `$blocks` parameters. 1991 1991 * 1992 * @param $content stringThe default policy content.1993 * @param $strings arrayAn array of privacy policy content strings.1994 * @param $description boolWhether policy descriptions should be included.1995 * @param $blocks boolWhether the content should be formatted for the block editor.1992 * @param string $content The default policy content. 1993 * @param array $strings An array of privacy policy content strings. 1994 * @param bool $description Whether policy descriptions should be included. 1995 * @param bool $blocks Whether the content should be formatted for the block editor. 1996 1996 */ 1997 1997 return apply_filters( 'wp_get_default_privacy_policy_content', $content, $strings, $description, $blocks );
Note: See TracChangeset
for help on using the changeset viewer.