Changeset 9025 for trunk/src/bp-notifications/bp-notifications-template.php
- Timestamp:
- 09/17/2014 12:05:45 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-template.php
r8958 r9025 43 43 * @since BuddyPress (1.9.0) 44 44 * 45 * @return string Notifications permalink 45 * @return string Notifications permalink. 46 46 */ 47 47 function bp_get_notifications_permalink() { … … 63 63 * @since BuddyPress (1.9.0) 64 64 * 65 * @return string Unread notifications permalink 65 * @return string Unread notifications permalink. 66 66 */ 67 67 function bp_get_notifications_unread_permalink() { … … 83 83 * @since BuddyPress (1.9.0) 84 84 * 85 * @return string Read notifications permalink 85 * @return string Read notifications permalink. 86 86 */ 87 87 function bp_get_notifications_read_permalink() { … … 943 943 * 944 944 * @param array $args { 945 * @type string $before HTML before the links 946 * @type string $after HTML after the links 947 * @type string $sep HTML between the links 948 * @type array $links Array of links to implode by 'sep' 945 * @type string $before HTML before the links. 946 * @type string $after HTML after the links. 947 * @type string $sep HTML between the links. 948 * @type array $links Array of links to implode by 'sep'. 949 949 * } 950 950 *
Note: See TracChangeset
for help on using the changeset viewer.