Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #53088


Ignore:
Timestamp:
04/26/2021 02:15:15 PM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53088

    • Property Owner set to mukesh27
    • Property Status changed from new to assigned
    • Property Milestone changed from Awaiting Review to 5.8
  • Ticket #53088 – Description

    initial v2  
    1 In the recent fix of ticket #28020 with changeset [https://core.trac.wordpress.org/changeset/50790 #50790] it used `global $current_user;` but the document of that global variable missing.
     1In the recent fix of ticket #28020 with changeset [50790] it used `global $current_user;` but the document of that global variable missing.
    22
    33We should add the below doc for global variable like.