Changeset 2987:57199ed47806
- Timestamp:
- 04/01/15 04:41:20 (10 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_pref.php
r2969 r2987 452 452 '</p>'. 453 453 454 '<p><label for="enable_xmlrpc" class="classic">'. '</label>'.454 '<p><label for="enable_xmlrpc" class="classic">'. 455 455 form::checkbox('enable_xmlrpc','1',$blog_settings->system->enable_xmlrpc). 456 __('Enable XML/RPC interface').'</ p>';456 __('Enable XML/RPC interface').'</label>'.'</p>'; 457 457 458 458 echo -
plugins/antispam/filters/class.dc.filter.words.php
r2986 r2987 113 113 114 114 if ($core->auth->isSuperAdmin()) { 115 $res .= form::checkbox('globalsw',1).116 '<label class="classic" for="globalsw">'.__('Global word (used for all blogs)').'</label> ';115 $res .= '<label class="classic" for="globalsw">'.form::checkbox('globalsw',1). 116 __('Global word (used for all blogs)').'</label> '; 117 117 } 118 118
Note: See TracChangeset
for help on using the changeset viewer.