Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Index: src/wp-includes/capabilities.php
  2. ===================================================================
  3. --- src/wp-includes/capabilities.php (revision 38699)
  4. +++ src/wp-includes/capabilities.php (working copy)
  5. @@ -470,7 +470,7 @@
  6.  
  7. $current_user = wp_get_current_user();
  8.  
  9. - if ( empty( $current_user ) ) {
  10. + if ( ! $current_user->ID ) {
  11. if ( $switched ) {
  12. restore_current_blog();
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement