Changeset 3046:d17bce6c78c7 for admin/blogs.php
- Timestamp:
- 07/05/15 15:34:27 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blogs.php
r3045 r3046 157 157 '<th scope="col" class="nowrap">'.__('Blog id').'</th>'. 158 158 '<th scope="col">'.__('Blog name').'</th>'. 159 '<th scope="col" class="nowrap">'.__('URL').'</th>'. 159 160 '<th scope="col" class="nowrap">'.__('Entries (all types)').'</th>'. 160 161 '<th scope="col" class="nowrap">'.__('Last update').'</th>'. … … 201 202 'title="'.sprintf(__('Switch to blog %s'),$rs->blog_id).'">'. 202 203 html::escapeHTML($rs->blog_name).'</a></td>'. 204 '<td class="nowrap"><a class="outgoing" href="'.html::escapeHTML($rs->blog_url).'">'.html::escapeHTML($rs->blog_url). 205 ' <img src="images/outgoing-blue.png" alt="" /></a></td>'. 203 206 '<td class="nowrap count">'.$core->countBlogPosts($rs->blog_id).'</td>'. 204 207 '<td class="nowrap count">'.$blog_upddt.'</td>'.
Note: See TracChangeset
for help on using the changeset viewer.