summaryrefslogtreecommitdiff
path: root/actions/block.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-12-08 02:26:29 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-12-08 02:26:29 -0500
commit2ced62bd7ef31f91cc1b4a145f47b074e1fbcd0d (patch)
tree45344b8bc6b4ef4ffae70dfbde9dcffedc1399e2 /actions/block.php
parent5915e1541254b63c79ba9cb374dc03e1311bc13b (diff)
change element_start to element for instructions
darcs-hash:20081208072629-5ed1f-90935f7a2a3d99a4c21b6390eb3fc941117c2580.gz
Diffstat (limited to 'actions/block.php')
-rw-r--r--actions/block.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/actions/block.php b/actions/block.php
index 19a5c63d4..b507af324 100644
--- a/actions/block.php
+++ b/actions/block.php
@@ -77,11 +77,11 @@ class BlockAction extends Action {
common_show_header(_('Block user'));
- common_element_start('p', NULL,
- _('Are you sure you want to block this user? '.
- 'Afterwards, they will be unsubscribed from you, '.
- 'unable to subscribe to you in the future, and '.
- 'you will not be notified of any @-replies from them.'));
+ common_element('p', NULL,
+ _('Are you sure you want to block this user? '.
+ 'Afterwards, they will be unsubscribed from you, '.
+ 'unable to subscribe to you in the future, and '.
+ 'you will not be notified of any @-replies from them.'));
common_element_start('form', array('id' => 'block-' . $id,
'method' => 'post',