Changeset 20360


Ignore:
Timestamp:
Jan 24, 2013, 7:47:32 PM (11 years ago)
Author:
mistic100
Message:

this plugin is depreciated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/TumblrShare/main.inc.php

    r19394 r20360  
    1616add_event_handler('loc_end_picture', 'tumblr_add_button');
    1717add_event_handler('loc_end_index', 'tumblr_add_button');
     18
     19add_event_handler('loc_begin_admin', 'tumblr_depreciated');
     20
     21function tumblr_depreciated()
     22{
     23  global $page;
     24  $page['warnings'][] = 'tumblr.share is depreciated, please use <a href="http://piwigo.org/ext/extension_view.php?eid=673">Social Buttons</a> instead.';
     25}
    1826
    1927
Note: See TracChangeset for help on using the changeset viewer.