Hi there, I’m trying to display an “edit this” link at the bottom of my content items. The method that worked for 1.5 was:
{if logged_in_member_id == member_id}
<a href="/admin.php?C=edit&M=edit_entry&weblog_id={weblog_id}&entry_id={entry_id}">Edit this</a>
{/if}but the url form appears to have changed significantly in EE2. Is there a recommended way to generate the url? I can’t find anything recent on Google or in the docs.
Thanks in advance