Changes between Initial Version and Version 1 of Ticket #52076
- Timestamp:
- 12/15/2020 02:01:03 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52076 – Description
initial v1 14 14 wp> user_can( 0, 'exist' ); 15 15 bool(false) 16 wp> wp_get_current_user()->exist ()16 wp> wp_get_current_user()->exists() 17 17 bool(false) 18 18 wp> user_can( wp_get_current_user(), 'exist' );