Index: trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php |
— | — | @@ -151,8 +151,14 @@ |
152 | 152 | |
153 | 153 | // Register Credits |
154 | 154 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'parserhook'][] = array( |
155 | | - 'name' => 'Semantic NotifyMe Extension', 'version' => SMW_NM_VERSION, |
156 | | - 'author' => "Ning Hu, Justin Zhang, [http://smwforum.ontoprise.com/smwforum/index.php/Jesse_Wang Jesse Wang], sponsored by [http://projecthalo.com Project Halo], [http://www.vulcan.com Vulcan Inc.]", |
| 155 | + 'name' => 'Semantic NotifyMe Extension', |
| 156 | + 'version' => SMW_NM_VERSION, |
| 157 | + 'author' => array( |
| 158 | + 'Ning Hu', |
| 159 | + 'Justin Zhang', |
| 160 | + '[http://smwforum.ontoprise.com/smwforum/index.php/Jesse_Wang Jesse Wang].' . |
| 161 | + 'Sponsored by [http://projecthalo.com Project Halo] and [http://www.vulcan.com Vulcan Inc.]' |
| 162 | + ), |
157 | 163 | 'url' => 'http://wiking.vulcan.com/dev', |
158 | 164 | 'description' => 'Notify wiki user with specified queries.' |
159 | 165 | ); |