Changeset 43571 for trunk/src/wp-includes/admin-bar.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r43386 r43571 1078 1078 ?> 1079 1079 <style type="text/css" media="print">#wpadminbar { display:none; }</style> 1080 <?php1080 <?php 1081 1081 } 1082 1082 … … 1088 1088 function _admin_bar_bump_cb() { 1089 1089 1090 ?>1090 ?> 1091 1091 <style type="text/css" media="screen"> 1092 1092 html { margin-top: 32px !important; } … … 1097 1097 } 1098 1098 </style> 1099 <?php1099 <?php 1100 1100 } 1101 1101
Note: See TracChangeset
for help on using the changeset viewer.