Changeset 20362


Ignore:
Timestamp:
Jan 24, 2013, 8:11:18 PM (11 years ago)
Author:
mistic100
Message:

[googleplusone][tumblrshare][tweetthis] trigger not working in 2.4

Location:
extensions
Files:
3 edited

Legend:

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

    r20359 r20362  
    1717add_event_handler('loc_end_index', 'gplus1_add_button');
    1818
    19 add_event_handler('loc_begin_admin', 'gplus1_depreciated');
     19add_event_handler('loc_begin_admin_page', 'gplus1_depreciated');
    2020
    2121function gplus1_depreciated()
  • extensions/TumblrShare/main.inc.php

    r20360 r20362  
    1717add_event_handler('loc_end_index', 'tumblr_add_button');
    1818
    19 add_event_handler('loc_begin_admin', 'tumblr_depreciated');
     19add_event_handler('loc_begin_admin_page', 'tumblr_depreciated');
    2020
    2121function tumblr_depreciated()
  • extensions/TweetThis/main.inc.php

    r20361 r20362  
    1717add_event_handler('loc_end_index', 'tweet_add_button');
    1818
    19 add_event_handler('loc_begin_admin', 'tweet_depreciated');
     19add_event_handler('loc_begin_admin_page', 'tweet_depreciated');
    2020
    2121function tweet_depreciated()
Note: See TracChangeset for help on using the changeset viewer.