Last change
on this file since 32296 was
31051,
checked in by SergeD, 10 years ago
|
version 1.0.0 - see change log for details
|
-
Property svn:eol-style set to
native
|
File size:
257 bytes
|
Line | |
---|
1 | <?php |
---|
2 | defined('SHARETHIS_PATH') or die('Hacking attempt!'); |
---|
3 | |
---|
4 | /** |
---|
5 | * admin plugins menu link |
---|
6 | */ |
---|
7 | function sharethis_admin_plugin_menu_links($menu) |
---|
8 | { |
---|
9 | $menu[] = array( |
---|
10 | 'NAME' => l10n('ShareThis'), |
---|
11 | 'URL' => SHARETHIS_ADMIN, |
---|
12 | ); |
---|
13 | |
---|
14 | return $menu; |
---|
15 | } |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.