Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 3 years ago

#8541 closed defect (bug) (fixed)

BP Legacy: Blogs directory template should use `bp_blogs_directory_permalink()` to get the Blogs directory link

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 10.0.0 Priority: normal
Severity: normal Version: 3.0.0
Component: Blogs Keywords:
Cc:

Description

Using this specific template tag is better than rebuilding the URL and allows the link to be filtered. This is required as we need to progress on BP Rewrites.

Attachments (1)

8541.patch (942 bytes) - added by imath 3 years ago.

Download all attachments as: .zip

Change History (2)

@imath
3 years ago

#1 @imath
3 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 13033:

BP Legacy: use the right template tag to link to the Blogs directory

Update the Blogs directory template buddypress/blogs/index.php so that instead of rebuilding a link to the Blogs directory it uses the bp_blogs_directory_permalink() template tag.

Fixes #8541

Note: See TracTickets for help on using tickets.