Changeset 59733
- Timestamp:
- 01/29/2025 09:52:54 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php
r59732 r59733 379 379 380 380 $content_array = self::get_suggested_policy_text(); 381 $content = '';382 381 $date_format = __( 'F j, Y' ); 383 382 … … 387 386 ++$i; 388 387 389 $class = '';390 $meta = '';391 388 $removed = ''; 392 393 389 if ( ! empty( $section['removed'] ) ) { 394 390 $badge_class = ' red';
Note: See TracChangeset
for help on using the changeset viewer.