Changeset 747721
- Timestamp:
- 07/29/2013 09:11:42 AM (13 years ago)
- Location:
- hide-favorite-button/trunk
- Files:
-
- 2 edited
-
hide-favorite-button.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hide-favorite-button/trunk/hide-favorite-button.php
r252392 r747721 1 1 <?php 2 2 /* 3 Plugin Name: Hide Favorite Button 4 Plugin URI: 5 Description: when enabled, hide favorite button.3 Plugin Name: Hide Favorite Button 4 Plugin URI: 5 Description: when enabled, hide "favorite button" / "new button" of the admin bar. 6 6 Author: iDo 7 Version: 0. 18 Author URI: 7 Version: 0.2 8 Author URI: 9 9 */ 10 10 … … 21 21 function hide() 22 22 { 23 echo '<style type="text/css"># favorite-actions {display:none }</style>';23 echo '<style type="text/css">#wp-admin-bar-new-content, #favorite-actions {display:none }</style>'; 24 24 } 25 25 } -
hide-favorite-button/trunk/readme.txt
r252392 r747721 3 3 Tags: admin, header 4 4 Requires at least: 2.9 5 Tested up to: 2.96 Stable tag: 0. 15 Tested up to: 3.5.2 6 Stable tag: 0.2 7 7 8 8 A tiny WordPress plugin which, when activated, hide the favorite button. … … 10 10 == Description == 11 11 12 Hide Favorite Button is a tiny WordPress plugin which, when activated, hide the favorite button.12 Hide Favorite Button is a tiny WordPress plugin which, when activated, hide the "favorite button" or (depending on the wordpress version) the "new button" of the admin bar. 13 13 14 14 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.