Changeset 741700
- Timestamp:
- 07/16/2013 02:05:18 PM (13 years ago)
- Location:
- wordpress-custom-sidebar
- Files:
-
- 2 edited
-
tags/2.3/wp-custom-sidebar.php (modified) (1 diff)
-
trunk/wp-custom-sidebar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-custom-sidebar/tags/2.3/wp-custom-sidebar.php
r741694 r741700 141 141 <style> 142 142 <?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; } 144 144 <?php endif; ?> 145 145 #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 141 141 <style> 142 142 <?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; } 144 144 <?php endif; ?> 145 145 #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.