forked from GNUsocial/gnu-social
Change incorrect use of e.g. to i.e.
Spotted by The Evil IP address.
This commit is contained in:
parent
1d6d0cbcbd
commit
77191f455a
@ -40,7 +40,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
|||||||
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
|
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
|
||||||
* @link http://status.net/
|
* @link http://status.net/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class OpenExternalLinkTargetPlugin extends Plugin
|
class OpenExternalLinkTargetPlugin extends Plugin
|
||||||
{
|
{
|
||||||
function onEndShowScripts($action)
|
function onEndShowScripts($action)
|
||||||
@ -57,7 +56,7 @@ class OpenExternalLinkTargetPlugin extends Plugin
|
|||||||
'author' => 'Sarven Capadisli',
|
'author' => 'Sarven Capadisli',
|
||||||
'homepage' => 'http://status.net/wiki/Plugin:OpenExternalLinkTarget',
|
'homepage' => 'http://status.net/wiki/Plugin:OpenExternalLinkTarget',
|
||||||
'rawdescription' =>
|
'rawdescription' =>
|
||||||
_m('Opens external links (e.g., with rel=external) on a new window or tab.'));
|
_m('Opens external links (i.e. with rel=external) on a new window or tab.'));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user