- 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/template-tags.php
r11686 r11899 3 3 * Notifications template tags 4 4 * 5 * @since 1.0.05 * @since 3.0.0 6 6 */ 7 7 … … 12 12 * Display the notifications filter options. 13 13 * 14 * @since 1.0.014 * @since 3.0.0 15 15 */ 16 16 function bp_nouveau_notifications_filters() { … … 21 21 * Get the notifications filter options. 22 22 * 23 * @since 1.0.023 * @since 3.0.0 24 24 * 25 25 * @return string HTML output. … … 57 57 * Filter to edit the options output. 58 58 * 59 * @since 1.0.059 * @since 3.0.0 60 60 * 61 61 * @param string $output The options output. … … 68 68 * Outputs the order action links. 69 69 * 70 * @since 1.0.070 * @since 3.0.0 71 71 */ 72 72 function bp_nouveau_notifications_sort_order_links() { … … 92 92 * Output the dropdown for bulk management of notifications. 93 93 * 94 * @since 1.0.094 * @since 3.0.0 95 95 */ 96 96 function bp_nouveau_notifications_bulk_management_dropdown() {
Note: See TracChangeset
for help on using the changeset viewer.