#57845, fixed broken link in poll help, patch by Markus Petrux
parent
1cd46e64ce
commit
683048e69a
|
@ -18,9 +18,9 @@ function poll_help($section) {
|
|||
$output .= t('<p>You can</p>
|
||||
<ul>
|
||||
<li>view the <a href="%poll">polls page</a>.</li>
|
||||
<li><a href="%admin-node-configure-types-poll">administer >> content >> configure >> poll</a>.</li>
|
||||
<li><a href="%admin-node-configure-types-poll">administer >> settings >> content types >> configure poll</a>.</li>
|
||||
</ul>
|
||||
', array('%poll' => url('poll'), '%admin-node-configure-types-poll' => url('admin/node/configure/types/poll')));
|
||||
', array('%poll' => url('poll'), '%admin-node-configure-types-poll' => url('admin/settings/content-types/poll')));
|
||||
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%poll">Poll page</a>.', array('%poll' => 'http://drupal.org/handbook/modules/poll/')) .'</p>';
|
||||
return $output;
|
||||
case 'admin/modules#description':
|
||||
|
|
|
@ -18,9 +18,9 @@ function poll_help($section) {
|
|||
$output .= t('<p>You can</p>
|
||||
<ul>
|
||||
<li>view the <a href="%poll">polls page</a>.</li>
|
||||
<li><a href="%admin-node-configure-types-poll">administer >> content >> configure >> poll</a>.</li>
|
||||
<li><a href="%admin-node-configure-types-poll">administer >> settings >> content types >> configure poll</a>.</li>
|
||||
</ul>
|
||||
', array('%poll' => url('poll'), '%admin-node-configure-types-poll' => url('admin/node/configure/types/poll')));
|
||||
', array('%poll' => url('poll'), '%admin-node-configure-types-poll' => url('admin/settings/content-types/poll')));
|
||||
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%poll">Poll page</a>.', array('%poll' => 'http://drupal.org/handbook/modules/poll/')) .'</p>';
|
||||
return $output;
|
||||
case 'admin/modules#description':
|
||||
|
|
Loading…
Reference in New Issue