Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #14755, comment 5


Ignore:
Timestamp:
03/15/2014 06:10:23 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14755, comment 5

    initial v1  
    11Wrote a small fix for one of my projects, that gives us a little more Space. Kind of dirty, but maybe some of you may find it useful. So feel free to grab...
    2 
     2{{{
    33function antwortzeit_move_media () {
    44        global $menu;
     
    77}
    88add_action('admin_menu', 'antwortzeit_move_media');
     9}}}