How do we hide the "Edit Page" option from Site Actions menu of a publishing site. I am able to hide "New Page" option using following xml:-
<HideCustomAction Id="HideCreatePublishingPage" GroupId="SiteActions" HideActionId="PublishingSiteActionsMenuCustomizer" Location="Microsoft.SharePoint.StandardMenu"> </HideCustomAction>
However, till now I am not able to find any option for hiding "Edit Page".
Please suggest...