Changeset 1645009
- Timestamp:
- 04/25/2017 02:36:16 PM (9 years ago)
- Location:
- envs-switcher
- Files:
-
- 5 edited
-
tags/1.0.0/plugin/switcher/switcher.php (modified) (1 diff)
-
tags/1.1.0/plugin/switcher/switcher.php (modified) (1 diff)
-
tags/1.2.0/plugin/switcher/switcher.php (modified) (1 diff)
-
tags/1.3.0/plugin/switcher/switcher.php (modified) (1 diff)
-
trunk/plugin/switcher/switcher.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
envs-switcher/tags/1.0.0/plugin/switcher/switcher.php
r1439047 r1645009 60 60 <style> 61 61 #wp-admin-bar-environment > a:before { 62 content: "\f541"; // https://developer.wordpress.org/resource/dashicons/#controls-volumeoff62 content: "\f541"; 63 63 } 64 64 </style> -
envs-switcher/tags/1.1.0/plugin/switcher/switcher.php
r1439528 r1645009 64 64 <style> 65 65 #wp-admin-bar-environment > a:before { 66 content: "\f541"; // https://developer.wordpress.org/resource/dashicons/#controls-volumeoff66 content: "\f541"; 67 67 } 68 68 </style> -
envs-switcher/tags/1.2.0/plugin/switcher/switcher.php
r1442025 r1645009 61 61 <style> 62 62 #wp-admin-bar-environment > a:before { 63 content: "\f541"; // https://developer.wordpress.org/resource/dashicons/#controls-volumeoff63 content: "\f541"; 64 64 } 65 65 </style> -
envs-switcher/tags/1.3.0/plugin/switcher/switcher.php
r1606694 r1645009 79 79 <style> 80 80 #wp-admin-bar-environment > a:before { 81 content: "\f541"; // https://developer.wordpress.org/resource/dashicons/#controls-volumeoff81 content: "\f541"; 82 82 } 83 83 </style> -
envs-switcher/trunk/plugin/switcher/switcher.php
r1606694 r1645009 79 79 <style> 80 80 #wp-admin-bar-environment > a:before { 81 content: "\f541"; // https://developer.wordpress.org/resource/dashicons/#controls-volumeoff81 content: "\f541"; 82 82 } 83 83 </style>
Note: See TracChangeset
for help on using the changeset viewer.