Make WordPress Core


Ignore:
Timestamp:
10/14/2009 05:53:49 AM (16 years ago)
Author:
azaozz
Message:

Remove remains from the old bookmarklet code

File:
1 edited

Legend:

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

    r11578 r12029  
    4949$time_format = get_option('time_format');
    5050
    51 wp_reset_vars(array('profile', 'redirect', 'redirect_url', 'a', 'popuptitle', 'popupurl', 'text', 'trackback', 'pingback'));
     51wp_reset_vars(array('profile', 'redirect', 'redirect_url', 'a', 'text', 'trackback', 'pingback'));
    5252
    5353wp_admin_css_color('classic', __('Blue'), admin_url("css/colors-classic.css"), array('#073447', '#21759B', '#EAF3FA', '#BBD8E7'));
Note: See TracChangeset for help on using the changeset viewer.