Plugin Directory

Changeset 993954


Ignore:
Timestamp:
09/20/2014 04:18:07 PM (12 years ago)
Author:
peterkodermac
Message:

Fix for disappearing toolbar bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • raspberry-weather/trunk/functions.php

    r868212 r993954  
    2525function raspberryweather_register($plugin_array)
    2626{
    27     $url                              = trim(get_bloginfo('url'), "/") . "/wp-content/plugins/Raspberry Weather/editor_plugin.js";
     27    $url = trim(get_bloginfo('url'), "/") . "/wp-content/plugins/raspberry-weather/editor_plugin.js";
    2828    $plugin_array['raspberryweather'] = $url;
    2929    return $plugin_array;
Note: See TracChangeset for help on using the changeset viewer.