- Timestamp:
- 06/01/2024 04:26:18 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r13876 r13878 186 186 * executes for users that aren't logged in. This is for backpat with BP <1.6. 187 187 */ 188 foreach ( $actions as $name => $function ) {188 foreach ( $actions as $name => $function ) { 189 189 bp_ajax_register_action( $name ); 190 190 add_action( 'wp_ajax_' . $name, $function ); … … 1768 1768 1769 1769 // Add new-message css class. 1770 add_filter( 'bp_get_the_thread_message_css_class', function ( $retval ) {1770 add_filter( 'bp_get_the_thread_message_css_class', function ( $retval ) { 1771 1771 $retval[] = 'new-message'; 1772 1772 return $retval;
Note: See TracChangeset
for help on using the changeset viewer.