bp_nouveau_notifications_mark_unread_link( string $link = '' )
Edit the Mark Unread action link to include a dashicon
Parameters Parameters
- $link
-
(string) (Optional) The Mark Unread action link.
Default value: ''
Return Return
(string) Link Output.
Source Source
File: bp-templates/bp-nouveau/includes/notifications/functions.php
function bp_nouveau_notifications_mark_unread_link( $link = '' ) { return bp_nouveau_notifications_dashiconified_link( $link, _x( 'Mark Unread', 'link', 'buddypress' ), 'dashicons-hidden' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |