Index: trunk/extensions/OpenID/OpenID.i18n.php |
— | — | @@ -87,7 +87,7 @@ |
88 | 88 | 'openidalreadyloggedin' => 'You are already logged in.', |
89 | 89 | 'openidalreadyloggedintext' => "'''You are already logged in, $1!''' |
90 | 90 | |
91 | | -You can manage (view, delete, add further) OpenIDs in the OpenID tab of your [[Special:Preferences#preftab-8|preferences]].", |
| 91 | +You can manage (view, delete, add further) OpenIDs in the OpenID tab of your [[Special:Preferences|preferences]].", |
92 | 92 | 'openidnousername' => 'No username specified.', |
93 | 93 | 'openidbadusername' => 'Bad username specified.', |
94 | 94 | 'openidautosubmit' => 'This page includes a form that should be automatically submitted if you have JavaScript enabled. |
Index: trunk/extensions/OpenID/OpenID.setup.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | exit( 1 ); |
29 | 29 | } |
30 | 30 | |
31 | | -define( 'MEDIAWIKI_OPENID_VERSION', '0.929-beta' ); |
| 31 | +define( 'MEDIAWIKI_OPENID_VERSION', '0.930-beta' ); |
32 | 32 | |
33 | 33 | $path = dirname( __FILE__ ); |
34 | 34 | set_include_path( implode( PATH_SEPARATOR, array( $path ) ) . PATH_SEPARATOR . get_include_path() ); |