Plugin Directory

Changeset 1162821


Ignore:
Timestamp:
05/18/2015 04:41:56 PM (11 years ago)
Author:
urre
Message:

Tested up to 4.2.2

Location:
topdash/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • topdash/trunk/readme.txt

    r1147035 r1162821  
    11=== Topdash ===
    22Contributors: urre
     3Donate link: http://urre.me/donate
    34Tags: icons, admin bar, menu, links
    45Requires at least: 3.0
    5 Tested up to: 4.2
     6Tested up to: 4.2.2
    67Stable tag: 1.1.0
    78License: GPLv2 or later
  • topdash/trunk/topdash.php

    r1147035 r1162821  
    4848
    4949    private function constants() {
    50         if ( ! defined( 'TOPDASH_PLUGIN_URL' ) ) {
    51             $plugin_url = plugin_dir_url( __FILE__ );
    52             define( 'TOPDASH_PLUGIN_URL', $plugin_url );
    53         }
    54 
    5550        if ( ! defined( 'TOPDASH_PLUGIN_URL' ) ) {
    5651            $plugin_url = plugin_dir_url( __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.