Plugin Directory

Changeset 747721


Ignore:
Timestamp:
07/29/2013 09:11:42 AM (13 years ago)
Author:
iDo8p
Message:

update for 3.5.2

Location:
hide-favorite-button/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hide-favorite-button/trunk/hide-favorite-button.php

    r252392 r747721  
    11<?php
    22/*
    3 Plugin Name: Hide Favorite Button 
    4 Plugin URI: 
    5 Description: when enabled, hide favorite button.
     3Plugin Name: Hide Favorite Button
     4Plugin URI:
     5Description: when enabled, hide "favorite button" / "new button" of the admin bar.
    66Author: iDo
    7 Version: 0.1
    8 Author URI: 
     7Version: 0.2
     8Author URI:
    99*/
    1010
     
    2121    function hide()
    2222    {
    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>';
    2424    }
    2525}
  • hide-favorite-button/trunk/readme.txt

    r252392 r747721  
    33Tags: admin, header
    44Requires at least: 2.9
    5 Tested up to: 2.9
    6 Stable tag: 0.1
     5Tested up to: 3.5.2
     6Stable tag: 0.2
    77
    88A tiny WordPress plugin which, when activated, hide the favorite button.
     
    1010== Description ==
    1111
    12 Hide Favorite Button is a tiny WordPress plugin which, when activated, hide the favorite button.
     12Hide 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.
    1313
    1414== Installation ==
Note: See TracChangeset for help on using the changeset viewer.