Make WordPress Core

Changeset 59733


Ignore:
Timestamp:
01/29/2025 09:52:54 PM (4 months ago)
Author:
audrasjb
Message:

Coding standards: Remove unused variables from privacy_policy_guide() function.

See #62279.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php

    r59732 r59733  
    379379
    380380        $content_array = self::get_suggested_policy_text();
    381         $content       = '';
    382381        $date_format   = __( 'F j, Y' );
    383382
     
    387386            ++$i;
    388387
    389             $class   = '';
    390             $meta    = '';
    391388            $removed = '';
    392 
    393389            if ( ! empty( $section['removed'] ) ) {
    394390                $badge_class = ' red';
Note: See TracChangeset for help on using the changeset viewer.