Make WordPress Core

Ticket #1589: fix_1589.patch

File fix_1589.patch, 719 bytes (added by idansof, 19 years ago)

A trivial patch to fix the issue

  • wp-admin/options-personal.php

    === wp-admin/options-personal.php
    ==================================================================
     
    1010<div class="wrap">
    1111<h2><?php _e('Personal Options') ?></h2>
    1212<form id="personal-options" method="post" action="options-personal-update.php">
     13<fieldset>
    1314<p><?php _e('Personal options are just for you, they don&#8217;t affect other users on blog.'); ?><input type="hidden" name="action" value="update" />
    1415<input type="hidden" name="page_options" value="'rich_editing'<?php do_action('personal_option_list'); ?>" /></p>
    1516<table width="100%" cellspacing="2" cellpadding="5" class="editform">