Skip to:
Content

BuddyPress.org

Changeset 11796


Ignore:
Timestamp:
01/05/2018 01:26:50 PM (7 years ago)
Author:
djpaul
Message:

Templates, Nouveau: remove reference to unused variable.

This variable was removed previously but this particular reference was missed: https://github.com/buddypress/next-template-packs/commit/448dd5753dd6ab2c256cfc04380925048f2dfc96#diff-861f21d065a036efdf0036c7da37b965

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/activity/template-tags.php

    r11715 r11796  
    769769                'link_text'         => __( 'Reply', 'buddypress' ),
    770770                'button_attr'       =>  array(
    771                     'class' => "acomment-reply bp-primary-action {$icons}",
     771                    'class' => "acomment-reply bp-primary-action",
    772772                    'id'    => sprintf( 'acomment-reply-%1$s-from-%2$s', $activity_id, $activity_comment_id ),
    773773                ),
Note: See TracChangeset for help on using the changeset viewer.