Plugin Directory

Changeset 741700


Ignore:
Timestamp:
07/16/2013 02:05:18 PM (13 years ago)
Author:
destio
Message:

WordPress Custom Sidebar 2.3: new dashboard icon

Location:
wordpress-custom-sidebar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wordpress-custom-sidebar/tags/2.3/wp-custom-sidebar.php

    r741694 r741700  
    141141    <style>
    142142    <?php if (($_GET['post_type'] == 'sidebar') || ($post_type == 'sidebar')) : ?>
    143         #icon-edit { background:transparent url('<?php echo plugins_url( 'icon32.png', __FILE__ );?>') no-repeat -251px -5px; }
     143        #icon-edit { background:transparent url('<?php echo plugins_url( 'icon32.png', __FILE__ );?>') no-repeat -4px -5px; }
    144144    <?php endif; ?>
    145145        #adminmenu #menu-posts-sidebar div.wp-menu-image{background:transparent url('<?php echo plugins_url( 'icon16.png', __FILE__ );?>') no-repeat scroll 1px -33px;}
  • wordpress-custom-sidebar/trunk/wp-custom-sidebar.php

    r741692 r741700  
    141141    <style>
    142142    <?php if (($_GET['post_type'] == 'sidebar') || ($post_type == 'sidebar')) : ?>
    143         #icon-edit { background:transparent url('<?php echo plugins_url( 'icon32.png', __FILE__ );?>') no-repeat -251px -5px; }
     143        #icon-edit { background:transparent url('<?php echo plugins_url( 'icon32.png', __FILE__ );?>') no-repeat -4px -5px; }
    144144    <?php endif; ?>
    145145        #adminmenu #menu-posts-sidebar div.wp-menu-image{background:transparent url('<?php echo plugins_url( 'icon16.png', __FILE__ );?>') no-repeat scroll 1px -33px;}
Note: See TracChangeset for help on using the changeset viewer.