Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/17/2014 12:05:45 AM (11 years ago)
Author:
boonebgorges
Message:

Improve inline documentation for Notifications component.

See #5022

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-notifications/bp-notifications-template.php

    r8958 r9025  
    4343     * @since BuddyPress (1.9.0)
    4444     *
    45      * @return string Notifications permalink
     45     * @return string Notifications permalink.
    4646     */
    4747    function bp_get_notifications_permalink() {
     
    6363     * @since BuddyPress (1.9.0)
    6464     *
    65      * @return string Unread notifications permalink
     65     * @return string Unread notifications permalink.
    6666     */
    6767    function bp_get_notifications_unread_permalink() {
     
    8383     * @since BuddyPress (1.9.0)
    8484     *
    85      * @return string Read notifications permalink
     85     * @return string Read notifications permalink.
    8686     */
    8787    function bp_get_notifications_read_permalink() {
     
    943943     *
    944944     * @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'.
    949949     * }
    950950     *
Note: See TracChangeset for help on using the changeset viewer.