- Timestamp:
- 03/18/2018 09:56:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/notifications/functions.php
r11686 r11899 3 3 * Notifications functions 4 4 * 5 * @since 1.0.05 * @since 3.0.0 6 6 */ 7 7 … … 12 12 * Register Scripts for the Notifications component 13 13 * 14 * @since 1.0.014 * @since 3.0.0 15 15 * 16 16 * @param array $scripts The array of scripts to register … … 35 35 * Enqueue the notifications scripts 36 36 * 37 * @since 1.0.037 * @since 3.0.0 38 38 */ 39 39 function bp_nouveau_notifications_enqueue_scripts() { … … 50 50 * plugins/components register their filters. 51 51 * 52 * @since 1.0.O52 * @since 3.0.0 53 53 */ 54 54 function bp_nouveau_notifications_init_filters() { … … 62 62 * Hook here to register your custom notification filters 63 63 * 64 * @since 1.0.064 * @since 3.0.0 65 65 */ 66 66 do_action( 'bp_nouveau_notifications_init_filters' ); … … 70 70 * Register new filters for the notifications screens. 71 71 * 72 * @since 1.0.072 * @since 3.0.0 73 73 * 74 74 * @param array $args { … … 105 105 * Get one or all notifications filters. 106 106 * 107 * @since 1.0.0107 * @since 3.0.0 108 108 * 109 109 * @param string $id The notificication component action to get the filter of. … … 131 131 * Sort Notifications according to their position arguments. 132 132 * 133 * @since 1.0.0133 * @since 3.0.0 134 134 * 135 135 * @param array $filters The notifications filters to order. … … 170 170 * Add a dashicon to Notifications action links 171 171 * 172 * @since 1.0.0172 * @since 3.0.0 173 173 * 174 174 * @param string $link The action link. … … 200 200 * Edit the Mark Unread action link to include a dashicon 201 201 * 202 * @since 1.0.0202 * @since 3.0.0 203 203 * 204 204 * @param string $link The Mark Unread action link. … … 212 212 * Edit the Mark Read action link to include a dashicon 213 213 * 214 * @since 1.0.0214 * @since 3.0.0 215 215 * 216 216 * @param string $link The Mark Read action link. … … 224 224 * Edit the Delete action link to include a dashicon 225 225 * 226 * @since 1.0.0226 * @since 3.0.0 227 227 * 228 228 * @param string $link The Delete action link.
Note: See TracChangeset
for help on using the changeset viewer.