Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -2330,10 +2330,8 @@ |
2331 | 2331 | * filename of the button image (without path), the opening |
2332 | 2332 | * tag, the closing tag, optionally a sample text that is |
2333 | 2333 | * inserted between the two when no selection is highlighted |
2334 | | - * and an option to select which switches the automatic |
2335 | | - * selection of inserted text (default is true, see |
2336 | | - * mw-editbutton-image). The tip text is shown when the user |
2337 | | - * moves the mouse over the button. |
| 2334 | + * and. The tip text is shown when the user moves the mouse |
| 2335 | + * over the button. |
2338 | 2336 | * |
2339 | 2337 | * Also here: accesskeys (key), which are not used yet until |
2340 | 2338 | * someone can figure out a way to make them work in |
— | — | @@ -2394,7 +2392,6 @@ |
2395 | 2393 | 'sample' => wfMsg( 'image_sample' ), |
2396 | 2394 | 'tip' => wfMsg( 'image_tip' ), |
2397 | 2395 | 'key' => 'D', |
2398 | | - 'select' => true |
2399 | 2396 | ) : false, |
2400 | 2397 | $imagesAvailable ? array( |
2401 | 2398 | 'image' => $wgLang->getImageFile( 'button-media' ), |
— | — | @@ -2450,10 +2447,6 @@ |
2451 | 2448 | continue; |
2452 | 2449 | } |
2453 | 2450 | |
2454 | | - if( !isset( $tool['select'] ) ) { |
2455 | | - $tool['select'] = true; |
2456 | | - } |
2457 | | - |
2458 | 2451 | $params = array( |
2459 | 2452 | $image = $wgStylePath . '/common/images/' . $tool['image'], |
2460 | 2453 | // Note that we use the tip both for the ALT tag and the TITLE tag of the image. |