Changeset 924822
- Timestamp:
- 06/01/2014 06:50:58 PM (12 years ago)
- File:
-
- 1 edited
-
uberbar/trunk/plugin.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uberbar/trunk/plugin.php
r916916 r924822 3 3 * Plugin Name: Uberbar 4 4 * Description: Adds a menu to the admin tool bar with links to important pages on uberspace.de. 5 * Version: 2014.0 5.175 * Version: 2014.06.01 6 6 * Author: toscho 7 7 * Author URI: http://wpkrauts.com/ … … 11 11 12 12 /* 13 * The default PHP version on uberspace is PHP 5.5 .13 * The default PHP version on uberspace is PHP 5.5, we require 5.4. 14 14 * No need to be 5.2-compatible. :) 15 15 */ … … 39 39 'id' => $this->menu_id, 40 40 'title' => "<img src='$icon_url' alt='Uberspace' style='vertical-align: middle;'>", 41 //'title' => "<b title='Uberspace'>U</b>",42 41 'href' => 'https://uberspace.de/', 43 'meta' => array( 44 'title' => 'Uberspace.de', 45 ), 42 'meta' => [ 'title' => 'Uberspace.de' ], 46 43 ] 47 44 ); … … 61 58 'id' => 'uberspace-wiki', 62 59 'title' => 'Documentation', 63 'href' => 'https:// uberspace.de/dokuwiki/',60 'href' => 'https://wiki.uberspace.de/', 64 61 ] 65 62 );
Note: See TracChangeset
for help on using the changeset viewer.