Changeset 7175 for trunk/src/includes/topics/template.php
- Timestamp:
- 01/03/2021 07:19:06 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r7148 r7175 2912 2912 $base = bbp_get_user_profile_url( bbp_get_displayed_user_id() ); 2913 2913 2914 // Any single post (for shortcodes, ahead of shortcodeables below) 2915 } elseif ( is_singular() ) { 2916 $base = get_permalink(); 2917 2914 2918 // View 2915 2919 } elseif ( bbp_is_single_view() ) { … … 2919 2923 } elseif ( bbp_is_topic_tag() ) { 2920 2924 $base = bbp_get_topic_tag_link(); 2921 2922 // Page or single post2923 } elseif ( is_page() || is_single() ) {2924 $base = get_permalink();2925 2925 2926 2926 // Forum archive
Note: See TracChangeset
for help on using the changeset viewer.