Make WordPress Core


Ignore:
Timestamp:
10/02/2008 10:01:33 PM (17 years ago)
Author:
markjaquith
Message:

Turn the Visual Editor user preference on its head, to more accurately reflect what it does now. fixes #6403. props MattyRob.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r9032 r9072  
    187187    <tr>
    188188        <th scope="row"><?php _e('Visual Editor')?></th>
    189         <td><label for="rich_editing"><input name="rich_editing" type="checkbox" id="rich_editing" value="true" <?php checked('true', $profileuser->rich_editing); ?> /> <?php _e('Use the visual editor when writing'); ?></label></td>
     189        <td><label for="rich_editing"><input name="rich_editing" type="checkbox" id="rich_editing" value="false" <?php checked('false', $profileuser->rich_editing); ?> /> <?php _e('Disable the visual editor when writing'); ?></label></td>
    190190    </tr>
    191191<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.