Plugin Directory

Changeset 3034194

Timestamp:
02/11/2024 03:51:52 PM (2 years ago)
Author:
mbootsman
Message:

Removed donate link and function header @link

Location:
auto-hide-admin-bar/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • auto-hide-admin-bar/trunk/ahab_options.php

    r2853364 r3034194  
    55 *
    66 * @author Marcel Bootsman
    7  * @link   http://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    87 */
    98
     
    1312 *
    1413 * @author Marcel Bootsman
    15  * @link   http://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    1614 *
    1715 * @param none
     
    2725 *
    2826 * @author Marcel Bootsman
    29  * @link   http://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    3027 *
    3128 * @param none
     
    4340            <input name="Submit" type="submit" class="button button-primary save" value="<?php _e('Save Changes', 'auto-hide-admin-bar'); ?>" />
    4441        </form>
    45         <p><a class="button button-large" href="<?php echo DONATE_LINK; ?>">Donate</a></p>
    4642        <p><?php _e('Version: ', 'auto-hide-admin-bar'); ?><?php echo plugin_get_version(); ?>
    4743    </div>
     
    5450 *
    5551 * @author Marcel Bootsman
    56  * @link   http://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    5752 *
    5853 * @param none
     
    175170 *
    176171 * @author Marcel Bootsman
    177  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    178172 *
    179173 * @param none
     
    191185 *
    192186 * @author Marcel Bootsman
    193  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    194187 *
    195188 * @param none
     
    207200 *
    208201 * @author Marcel Bootsman
    209  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    210202 *
    211203 * @param none
     
    223215 *
    224216 * @author Marcel Bootsman
    225  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    226217 *
    227218 * @param none
     
    239230 *
    240231 * @author Marcel Bootsman
    241  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    242232 *
    243233 * @param none
     
    256246 *
    257247 * @author Marcel Bootsman
    258  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    259248 *
    260249 * @param none
     
    272261 *
    273262 * @author Marcel Bootsman
    274  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    275263 *
    276264 * @param none
     
    289277 *
    290278 * @author Marcel Bootsman
    291  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    292279 *
    293280 * @param none
     
    312299 *
    313300 * @author Marcel Bootsman
    314  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    315301 *
    316302 * @param none
     
    335321 *
    336322 * @author Marcel Bootsman
    337  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    338323 *
    339324 * @param none
     
    357342 *
    358343 * @author Marcel Bootsman
    359  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    360344 *
    361345 * @param none
     
    388372 *
    389373 * @author Marcel Bootsman
    390  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    391374 *
    392375 * @param none
     
    419402 *
    420403 * @author Marcel Bootsman
    421  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    422404 *
    423405 * @param none
     
    451433 *
    452434 * @author Marcel Bootsman
    453  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    454435 *
    455436 * @param none
     
    485466 *
    486467 * @author Marcel Bootsman
    487  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    488468 *
    489469 * @param none
     
    518498 *
    519499 * @author Marcel Bootsman
    520  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    521500 *
    522501 * @param none
     
    561540 *
    562541 * @author Marcel Bootsman
    563  * @link   https://www.nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    564542 *
    565543 * @param array $input Existing input fields
  • auto-hide-admin-bar/trunk/auto-hide-admin-bar.php

    r2853364 r3034194  
    22/*
    33Plugin Name: Auto Hide Admin Bar
    4 Plugin URI: https://nostromo.nl/wordpress-plugins/auto-hide-admin-bar
    54Description: Automatically hides the Toolbar. Will show the Toolbar when hovering over the top of the site.
    65Author: Marcel Bootsman
    7 Version: 1.6.2
    8 Author URI: https://nostromo.nl
     6Version: 1.6.
     7Author URI: https://.nl
    98Text Domain: auto-hide-admin-bar
    109Domain Path: /languages/
     
    3130define('DEFAULT_ARROW', 1);
    3231define('DEFAULT_ARROW_POS', 'left');
    33 define('DONATE_LINK', 'https://nostromo.nl/wordpress-plugins/auto-hide-admin-bar');
    3432
    3533/**
     
    6967 * @return Array $links with new link=
    7068 * @author Marcel Bootsman
    71  * @link   http://nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    7269 *
    7370 */
     
    7673
    7774    $ahab_links = array(
    78         '<a href="options-general.php?page=auto-hide-admin-bar">' . __("Settings", "auto-hide-admin-bar") . '</a>',
    79         '<a style="color:#00aab3; font-weight: bold;" href="' . DONATE_LINK . '">' . __("Donate", "auto-hide-admin-bar") . '</a>'
     75        '<a href="options-general.php?page=auto-hide-admin-bar">' . __("Settings", "auto-hide-admin-bar") . '</a>'
    8076    );
    8177
     
    8379}
    8480
    85 add_filter('network_admin_plugin_action_links_' . plugin_basename(__FILE__), 'ahab_add_plugin_actions_links_mu');
    86 function ahab_add_plugin_actions_links_mu($links) {
    87 
    88     $ahab_links = array(
    89         '<a style="color:#00aab3; font-weight: bold;" href="' . DONATE_LINK . '">' . __("Donate", "auto-hide-admin-bar") . '</a>'
    90     );
    91 
    92     return array_merge($links, $ahab_links);
    93 }
    94 
    95 
    9681/**
    9782 * Check if ahab is disabled (by user role)
     
    10186 * @return true / false
    10287 * @author Marcel Bootsman
    103  * @link   http://nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    10488 *
    10589 */
     
    176160 * @return None
    177161 * @author Marcel Bootsman
    178  * @link   http://nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    179162 *
    180163 */
     
    268251 * @return None
    269252 * @author Marcel Bootsman
    270  * @link   http://nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    271253 *
    272254 */
     
    296278 * @return None
    297279 * @author Marcel Bootsman
    298  * @link   http://nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    299280 *
    300281 */
     
    313294 * @return None
    314295 * @author Marcel Bootsman
    315  * @link   http://nostromo.nl/wordpress-plugins/auto-hide-admin-bar/
    316296 *
    317297 */
  • auto-hide-admin-bar/trunk/readme.txt

    r3034167 r3034194  
    11=== Auto Hide Admin Bar ===
    22Contributors: mbootsman
    3 Donate link: https://nostromo.nl/wordpress-plugins/auto-hide-admin-bar
    43Tags: admin bar, autohide, hide, toolbar
    54Requires at least: 3.1
    65Tested up to: 6.4.3
    7 Stable tag: 1.6.2
     6Stable tag: 1.6.
    87
    98This plugin adds an auto-hide feature to the WordPress Admin Bar or Toolbar.
     
    1413You end up with a clean view of your site, and keep having access to the WordPress Toolbar.
    1514If you have any comments or questions, please use the [support forum](http://wordpress.org/support/plugin/auto-hide-admin-bar).
    16 
    17 Want to contribute? Check out the Github repository [here](https://github.com/mbootsman/auto-hide-admin-bar).
    1815
    1916== Installation ==
     
    3229
    3330== Changelog ==
     31
     32
     33
     34
    3435= 1.6.2 =
    3536* Fixed Cross Site Scripting (XSS) Vulnerability. Props: darius.sveikauskas @ patchstack.com
Note: See TracChangeset for help on using the changeset viewer.