Changeset 3050 for plugins/googleTools/_admin.php
- Timestamp:
- 06/03/11 15:30:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/googleTools/_admin.php
r268 r3050 20 20 class googlestuffAdminBehaviours 21 21 { 22 public static function adminBlogPreferencesForm( &$core,&$settings)22 public static function adminBlogPreferencesForm($core,$settings) 23 23 { 24 24 echo … … 37 37 '</fieldset>'; 38 38 } 39 public static function adminBeforeBlogSettingsUpdate( &$settings)39 public static function adminBeforeBlogSettingsUpdate($settings) 40 40 { 41 41 $settings->setNameSpace('googlestuff');
Note: See TracChangeset
for help on using the changeset viewer.