Changeset 3771:ee48b80e8d04 for admin/users_actions.php
- Timestamp:
- 07/11/18 12:21:03 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/users_actions.php
r3731 r3771 209 209 '<td class="maximal">' . html::escapeHTML($rs->blog_name) . '</td>' . 210 210 '<td class="nowrap"><a class="outgoing" href="' . html::escapeHTML($rs->blog_url) . '">' . html::escapeHTML($rs->blog_url) . 211 ' <img src="images/outgoing- blue.png" alt="" /></a></td>' .211 ' <img src="images/outgoing-link.svg" alt="" /></a></td>' . 212 212 '<td class="nowrap">' . $core->countBlogPosts($rs->blog_id) . '</td>' . 213 213 '<td class="status">' . $img_status . '</td>' .
Note: See TracChangeset
for help on using the changeset viewer.