Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/10/2015 12:24:27 AM (11 years ago)
Author:
johnjamesjacoby
Message:

Replace all references to bp_get_root_domain() . '/' . bp_get_blogs_root_slug() with bp_get_blogs_directory_permalink(), ensuring all usages and filters are applied uniformly. See #4954.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-widgets.php

    r9351 r9468  
    5151
    5252        if ( ! empty( $instance['link_title'] ) ) {
    53             $title = '<a href="' . trailingslashit( bp_get_root_domain() ) . trailingslashit( bp_get_blogs_root_slug() ) . '">' . esc_html( $title ) . '</a>';
     53            $title = '<a href="' . bp_get_blogs_directory_permalink() . '">' . esc_html( $title ) . '</a>';
    5454        }
    5555
Note: See TracChangeset for help on using the changeset viewer.