Index: includes/EditPage.php =================================================================== --- includes/EditPage.php (revision 88116) +++ includes/EditPage.php (working copy) @@ -1740,7 +1740,7 @@ } protected function showTextbox2() { - $this->showTextbox( $this->textbox2, 'wpTextbox2', array( 'tabindex' => 6 ) ); + $this->showTextbox( $this->textbox2, 'wpTextbox2', array( 'tabindex' => 6, 'readonly' ) ); } protected function showTextbox( $content, $name, $customAttribs = array() ) {