Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/28/2020 01:31:24 PM (6 years ago)
Author:
imath
Message:

BP Activity: add missing /* translators */ comments

See #8260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/classes/class-bp-activity-list-table.php

    r12563 r12586  
    605605                        echo $actions[ $item['type'] ];
    606606                } else {
     607                        /* translators: %s: the name of the activity type */
    607608                        printf( __( 'Unregistered action - %s', 'buddypress' ), $item['type'] );
    608609                }
Note: See TracChangeset for help on using the changeset viewer.