Changeset 12416 for trunk/src/bp-notifications/bp-notifications-filters.php
- Timestamp:
- 07/25/2019 01:54:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-filters.php
r12158 r12416 15 15 * 16 16 * @since 4.0.0 17 * @since 5.0.0 adds an `exporter_bp_friendly_name` param to exporters. 17 18 * 18 19 * @param array $exporters An array of personal data exporters. … … 21 22 function bp_register_notifications_personal_data_exporter( $exporters ) { 22 23 $exporters['buddypress-notifications'] = array( 23 'exporter_friendly_name' => __( 'BuddyPress Notifications Data', 'buddypress' ), 24 'callback' => 'bp_notifications_personal_data_exporter', 24 'exporter_friendly_name' => __( 'BuddyPress Notifications Data', 'buddypress' ), 25 'callback' => 'bp_notifications_personal_data_exporter', 26 'exporter_bp_friendly_name' => _x( 'Notifications Data', 'BuddyPress Notifications data exporter friendly name', 'buddypress' ), 25 27 ); 26 28
Note: See TracChangeset
for help on using the changeset viewer.