Changeset 248 for plugins/writers/index.php
- Timestamp:
- 10/15/08 09:36:54 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/writers/index.php
r225 r248 102 102 if (!$chooser) 103 103 { 104 echo '<h2>'.html::escapeHTML($core->blog->name).' & gt; '.__('Writers').'</h2>';104 echo '<h2>'.html::escapeHTML($core->blog->name).' › '.__('Writers').'</h2>'; 105 105 106 106 echo '<h3>'.__('Active writers').'</h3>'; … … 153 153 echo 154 154 '<h2>'.html::escapeHTML($core->blog->name). 155 ' & gt; <a href="'.$p_url.'">'.__('Writers').'</a>'.156 ' & gt; '.html::escapeHTML($u_id).'</h2>'.155 ' › <a href="'.$p_url.'">'.__('Writers').'</a>'. 156 ' › '.html::escapeHTML($u_id).'</h2>'. 157 157 158 158 '<p>'.sprintf(__('You are about to set permissions on the blog %s for user %s (%s).'),
Note: See TracChangeset
for help on using the changeset viewer.