Make WordPress Core


Ignore:
Timestamp:
07/01/2019 12:50:14 PM (6 years ago)
Author:
pento
Message:

Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in wp-admin.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/link-manager.php

    r45382 r45583  
    4545$wp_list_table->prepare_items();
    4646
    47 $title     = __( 'Links' );
    48 $this_file = $parent_file = 'link-manager.php';
     47$title       = __( 'Links' );
     48$this_file   = 'link-manager.php';
     49$parent_file = $this_file;
    4950
    5051get_current_screen()->add_help_tab(
Note: See TracChangeset for help on using the changeset viewer.