- Forgot to close a tag in the help text.
parent
f763bb731e
commit
ddbec122dc
|
@ -14,7 +14,7 @@ function ping_help($section) {
|
||||||
case 'admin/help#ping':
|
case 'admin/help#ping':
|
||||||
$output .= t("
|
$output .= t("
|
||||||
<p>Drupal can automatically send notifications (called \"pings\") to the %pingomatic to tell them that your site has changed. In turn pingomatic.com will ping other services like weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.</p>
|
<p>Drupal can automatically send notifications (called \"pings\") to the %pingomatic to tell them that your site has changed. In turn pingomatic.com will ping other services like weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.</p>
|
||||||
<p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">'));
|
<p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">http://pingomatic.com/</a>'));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'admin/modules#description':
|
case 'admin/modules#description':
|
||||||
|
|
|
@ -14,7 +14,7 @@ function ping_help($section) {
|
||||||
case 'admin/help#ping':
|
case 'admin/help#ping':
|
||||||
$output .= t("
|
$output .= t("
|
||||||
<p>Drupal can automatically send notifications (called \"pings\") to the %pingomatic to tell them that your site has changed. In turn pingomatic.com will ping other services like weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.</p>
|
<p>Drupal can automatically send notifications (called \"pings\") to the %pingomatic to tell them that your site has changed. In turn pingomatic.com will ping other services like weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.</p>
|
||||||
<p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">'));
|
<p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">http://pingomatic.com/</a>'));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'admin/modules#description':
|
case 'admin/modules#description':
|
||||||
|
|
Loading…
Reference in New Issue