Skip to:
Content

BuddyPress.org

Changeset 9932


Ignore:
Timestamp:
06/11/2015 04:29:57 AM (11 years ago)
Author:
johnjamesjacoby
Message:

Messages: bring back empty local variables in bp_get_the_message_star_action_link().

See #6489. (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/bp-messages-star.php

    r9924 r9932  
    132132                }
    133133
     134                // Define local variables
     135                $retval = $bulk_attr = '';
     136
    134137                // thread ID
    135138                if ( (int) $r['thread_id'] > 0 ) {
Note: See TracChangeset for help on using the changeset viewer.