Plugin Directory

Changeset 924822


Ignore:
Timestamp:
06/01/2014 06:50:58 PM (12 years ago)
Author:
toscho
Message:

Use new URL https://wiki.uberspace.de/ for documentation wiki.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uberbar/trunk/plugin.php

    r916916 r924822  
    33 * Plugin Name: Uberbar
    44 * Description: Adds a menu to the admin tool bar with links to important pages on uberspace.de.
    5  * Version:     2014.05.17
     5 * Version:     2014.06.01
    66 * Author:      toscho
    77 * Author URI:  http://wpkrauts.com/
     
    1111
    1212/*
    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.
    1414 * No need to be 5.2-compatible. :)
    1515 */
     
    3939                'id'    => $this->menu_id,
    4040                'title' => "<img src='$icon_url' alt='Uberspace' style='vertical-align: middle;'>",
    41                 //'title' => "<b title='Uberspace'>U</b>",
    4241                'href'  => 'https://uberspace.de/',
    43                 'meta'  => array(
    44                     'title' => 'Uberspace.de',
    45                 ),
     42                'meta'  => [ 'title' => 'Uberspace.de' ],
    4643            ]
    4744        );
     
    6158                 'id'     => 'uberspace-wiki',
    6259                 'title'  => 'Documentation',
    63                  'href'   => 'https://uberspace.de/dokuwiki/',
     60                 'href'   => 'https://wiki.uberspace.de/',
    6461             ]
    6562        );
Note: See TracChangeset for help on using the changeset viewer.