Skip to:
Content

BuddyPress.org

Changeset 13033


Ignore:
Timestamp:
08/07/2021 11:53:00 AM (3 years ago)
Author:
imath
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/blogs/index.php

    r12595 r13033  
    55 * @package BuddyPress
    66 * @subpackage bp-legacy
    7  * @version 3.0.0
     7 * @version 10.0.0
    88 */
    99
     
    6262            <ul>
    6363                <li class="selected" id="blogs-all">
    64                     <a href="<?php bp_root_domain(); ?>/<?php bp_blogs_root_slug(); ?>">
     64                    <a href="<?php bp_blogs_directory_permalink(); ?>">
    6565                        <?php
    6666                        /* translators: %s: all blogs count */
Note: See TracChangeset for help on using the changeset viewer.