Changeset 42999 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 04/24/2018 09:22:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r42992 r42999 1654 1654 public static function add_suggested_content() { 1655 1655 $content = self::get_default_content(); 1656 wp_add_privacy_policy_content( 'WordPress', $content );1657 } 1658 } 1656 wp_add_privacy_policy_content( __( 'WordPress' ), $content ); 1657 } 1658 }
Note: See TracChangeset
for help on using the changeset viewer.