mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 00:24:34 +00:00
a1389117b223d18f0813ff13f3aaef430f3706c5
id to do a name lookup in wp_set_current_user().
Previously, the `name` fallback was failing in the case where the current user was 0, due to a loose comparison between 0 (the current user) and `null` (the value that is used to trigger the `name` fallback). Props bobbingwide. Fixes #20845. git-svn-id: https://develop.svn.wordpress.org/trunk@34947 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%