Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -3701,12 +3701,6 @@ |
3702 | 3702 | |
3703 | 3703 | $doNumberHeadings = $this->mOptions->getNumberHeadings(); |
3704 | 3704 | |
3705 | | - |
3706 | | - # Do not call quickUserCan unless necessary |
3707 | | - if ( $showEditLink && !$this->mTitle->quickUserCan( 'edit' ) ) { |
3708 | | - $showEditLink = 0; |
3709 | | - } |
3710 | | - |
3711 | 3705 | # Inhibit editsection links if requested in the page |
3712 | 3706 | if ( isset( $this->mDoubleUnderscores['noeditsection'] ) ) { |
3713 | 3707 | $showEditLink = 0; |