We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc75be commit 7c7f24eCopy full SHA for 7c7f24e
elgg-plugin.php
@@ -4,7 +4,7 @@
4
'routes' => [
5
'target_blank:test' => [
6
'path' => '/target_blank/test',
7
- 'resource' => 'target_blank/test',
8
- ],
+ 'resource' => 'target_blank/test',
+ ],
9
],
10
];
views/default/plugins/target_blank/settings.php
@@ -4,8 +4,8 @@
echo elgg_view_field([
'#type' => 'text',
- '#label' => elgg_echo('target_blank:settings:link_suffix'),
+ '#label' => elgg_echo('target_blank:settings:link_suffix'),
'#help' => elgg_echo('target_blank:settings:link_suffix:info'),
'name' => 'params[link_suffix]',
- 'value' => $plugin->link_suffix,
+ 'value' => $plugin->link_suffix,
11
]);
0 commit comments