Changes between Initial Version and Version 1 of Ticket #14755, comment 5
- Timestamp:
- 03/15/2014 06:10:23 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14755, comment 5
initial v1 1 1 Wrote 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 {{{ 3 3 function antwortzeit_move_media () { 4 4 global $menu; … … 7 7 } 8 8 add_action('admin_menu', 'antwortzeit_move_media'); 9 }}}