Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #52076


Ignore:
Timestamp:
12/15/2020 02:01:03 AM (4 years ago)
Author:
peterwilsoncc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52076 – Description

    initial v1  
    1414wp> user_can( 0, 'exist' );
    1515bool(false)
    16 wp> wp_get_current_user()->exist()
     16wp> wp_get_current_user()->exists()
    1717bool(false)
    1818wp> user_can( wp_get_current_user(), 'exist' );