Changeset 20359 for extensions
- Timestamp:
- Jan 24, 2013, 7:47:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GooglePlusOne/main.inc.php
r19396 r20359 16 16 add_event_handler('loc_end_picture', 'gplus1_add_button'); 17 17 add_event_handler('loc_end_index', 'gplus1_add_button'); 18 19 add_event_handler('loc_begin_admin', 'gplus1_depreciated'); 20 21 function gplus1_depreciated() 22 { 23 global $page; 24 $page['warnings'][] = 'Google+1 is depreciated, please use <a href="http://piwigo.org/ext/extension_view.php?eid=673">Social Buttons</a> instead.'; 25 } 18 26 19 27
Note: See TracChangeset
for help on using the changeset viewer.