Make WordPress Core


Ignore:
Timestamp:
07/19/2022 02:15:35 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Remove unused variable in wp-trackback.php.

This was present in the initial import of b2 files, but appears to have never been used in WordPress core.

Follow-up to [3], [636], [637], [1616].

See #55647.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-trackback.php

    r53719 r53720  
    4242    }
    4343}
    44 
    45 // Trackback is done by a POST.
    46 $request_array = 'HTTP_POST_VARS';
    4744
    4845if ( ! isset( $_GET['tb_id'] ) || ! $_GET['tb_id'] ) {
Note: See TracChangeset for help on using the changeset viewer.