Make WordPress Core

Ticket #21655: edit_theme_options-check.patch

File edit_theme_options-check.patch, 651 bytes (added by jarretc, 12 years ago)
  • wp-admin/themes.php

     
    169169                                else
    170170                                        $options[] = "<a href='{$submenu[$item[2]][0][2]}'$class>{$item[0]}</a>";
    171171                        } else if ( current_user_can($item[1]) ) {
    172                                 if ( file_exists(ABSPATH . 'wp-admin/' . $item[2]) ) {
     172                                if ( file_exists(ABSPATH . 'wp-admin/' . $item[2]) || 'edit_theme_options' != $item[1] ) {
    173173                                        $options[] = "<a href='{$item[2]}'$class>{$item[0]}</a>";
    174174                                } else {
    175175                                        $options[] = "<a href='themes.php?page={$item[2]}'$class>{$item[0]}</a>";