Changeset 3112123
- Timestamp:
- 07/04/2024 05:49:31 AM (20 months ago)
- Location:
- remove-admin-bar-logo/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
remove-admin-bar-logo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
remove-admin-bar-logo/trunk/readme.txt
r3052274 r3112123 4 4 Tags: adminbar, toolbar, tool, admin, remove wp logo 5 5 Requires at least: 5.0 6 Tested up to: 6. 56 Tested up to: 6.6 7 7 Stable tag: 1.1.0 8 8 Requires PHP: 5.6 … … 26 26 == Changelog == 27 27 28 = 1.1.3 = 28 = 1.1.4 = 29 30 1.1.4 – Upgrade for 6.6 29 31 30 32 1.1.3 – Upgrade for 6.5 -
remove-admin-bar-logo/trunk/remove-admin-bar-logo.php
r3052267 r3112123 4 4 Plugin URI: https://www.mdbrx.com/wp-plugin/ 5 5 Description: Removes the Wordpress logo from the admin-bar for a cleaner look. No settings needed. Just enable the plugin and it will work instantly. 6 Version: 1.1. 36 Version: 1.1.4 7 7 Author: mdbrna 8 8 Author URI: https://mdbrx.com/wp-plugin 9 9 License: GPLv2 or later 10 10 */ 11 11 12 12 function admin_bar_remove_logo() { 13 13 global $wp_admin_bar;
Note: See TracChangeset
for help on using the changeset viewer.