Changeset 9207
- Timestamp:
- 12/01/2014 07:11:56 PM (11 years ago)
- Location:
- trunk/src/bp-messages
- Files:
-
- 2 edited
-
bp-messages-actions.php (modified) (1 diff)
-
bp-messages-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-actions.php
r9190 r9207 57 57 messages_mark_thread_read( $thread_id ); 58 58 59 /** 60 * Fires after processing a view request for a single message thread. 61 * 62 * @since BuddyPress (1.7.0) 63 */ 59 64 do_action( 'messages_action_conversation' ); 60 65 } -
trunk/src/bp-messages/bp-messages-widgets.php
r8958 r9207 63 63 64 64 $title = ! empty( $instance['title'] ) ? $instance['title'] : ''; 65 66 /** 67 * Filters the title of the Friends widget. 68 * 69 * @since BuddyPress (1.9.0) 70 * 71 * @param string $title The widget title. 72 */ 65 73 $title = apply_filters( 'widget_title', $title, $instance ); 66 74
Note: See TracChangeset
for help on using the changeset viewer.