Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/25/2024 12:24:55 PM (19 months ago)
Author:
imath
Message:

Administration: improve & document Extended profile screen

  • Make sure the top screen button is using the same text than the WordPress Profile screen.
  • Avoid code duplication introducing the get_top_screen_button() method. It outputs the above top screen button for the Pending Users & Extended Profile screens.
  • Add a Dashicon to inform clicking on the "View Profile" link will load the page into a new browser’s tab.
  • Document this screen into the User handbook.

See #9217
Closes https://github.com/buddypress/buddypress/pull/348

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/user/manifest.json

    r13942 r13975  
    109109    },
    110110    {
     111        "title": "BuddyPress Extended Profile",
     112        "slug": "administration-user-profile",
     113        "markdown_source": "../user/administration/users/profile.md",
     114        "parent": null
     115    },
     116    {
    111117        "title": "BuddyPress Emails",
    112118        "slug": "administration-emails",
Note: See TracChangeset for help on using the changeset viewer.