Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #7536, comment 7


Ignore:
Timestamp:
01/10/2018 09:40:57 PM (7 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7536, comment 7

    v1 v2  
    44
    55{{{
    6 $group->get_edit_url()
     6$group->get_admin_edit_url()
    77}}}
    88
     
    1010
    1111{{{
    12 $group->get_url( 'edit' )
     12$group->get_url( 'edit', 'admin' )
    1313}}}