Changeset 43114 for branches/4.9/src/wp-admin/includes/misc.php
- Timestamp:
- 05/02/2018 03:54:05 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/misc.php
r43113 r43114 1605 1605 public static function add_suggested_content() { 1606 1606 $content = self::get_default_content(); 1607 wp_add_privacy_policy_content( 'WordPress', $content );1608 } 1609 } 1607 wp_add_privacy_policy_content( __( 'WordPress' ), $content ); 1608 } 1609 }
Note: See TracChangeset
for help on using the changeset viewer.