[Bug 19350] Suggestion: Add edit button for logged-out users

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19350

Doug Schepers <schepers@w3.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Doug Schepers <schepers@w3.org> ---
line 1917 of SkinTemplate.php:
if ( $title->quickUserCan( 'edit', $user ) && ( $title->exists() ||
$title->quickUserCan( 'create', $user ) ) ) { ...show edit button with link to
account creation page... }

also:
$user->isLoggedIn() or $user->isAnon()

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 10 October 2012 21:34:29 UTC