Make WordPress Core

Changeset 36339


Ignore:
Timestamp:
01/18/2016 02:49:40 AM (9 years ago)
Author:
rachelbaker
Message:

List Tables: Use the $GLOBALS array when unsetting the global post and comment in WP_Comments_List_Table::single_row().

In r35674 only the local variables were unset, when using unset() with a global variable the $GLOBALS array must be used.

Fixes #35506.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.