Changeset 324:07f1d829b183 for plugins/pings/_admin.php
- Timestamp:
- 06/01/11 15:54:48 (14 years ago)
- Branch:
- 2.3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pings/_admin.php
r270 r324 41 41 function pingDashboardFavs($core,$favs) 42 42 { 43 $favs['pings'] = new ArrayObject(array('pings', __('Pings'),'plugin.php?p=pings',43 $favs['pings'] = new ArrayObject(array('pings','Pings','plugin.php?p=pings', 44 44 'index.php?pf=pings/icon.png','index.php?pf=pings/icon-big.png', 45 45 null,null,null));
Note: See TracChangeset
for help on using the changeset viewer.