Skip to:
Content

BuddyPress.org

Changeset 9393


Ignore:
Timestamp:
01/21/2015 07:45:08 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Fix incorrect phpdoc parameter for bp_core_filter_edit_post_link(). See #5891.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-filters.php

    r9389 r9393  
    755755 * @since BuddyPress (2.1.0)
    756756 *
    757  * @param  string $link    The edit link.
    758  * @param  int    $post_id Post ID.
     757 * @param  string $edit_link The edit link.
     758 * @param  int    $post_id   Post ID.
    759759 * @return mixed  Will be a boolean (false) if $post_id is 0. Will be a string (the unchanged edit link)
    760760 *                otherwise
Note: See TracChangeset for help on using the changeset viewer.