Skip to:
Content

BuddyPress.org

Changeset 8763


Ignore:
Timestamp:
08/06/2014 09:52:50 PM (11 years ago)
Author:
r-a-y
Message:

Blogs: Fix warning in function call when updating "Close Comments Days Old" option.

Props ebellempire. Anti-props r-a-y.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-functions.php

    r8741 r8763  
    349349 * @param string $newvalue Value to change meta to.
    350350 */
    351 function bp_blogs_update_option_close_close_comments_days_old( $oldvalue, $newvalue ) {
     351function bp_blogs_update_option_close_comments_days_old( $oldvalue, $newvalue ) {
    352352    global $wpdb;
    353353
Note: See TracChangeset for help on using the changeset viewer.