Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/24/2012 08:44:30 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Extract:

  • Clean up bbp_parse_args() usages and inline documents.
  • Fixes #2056.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/forums/functions.php

    r4501 r4508  
    14561456function bbp_update_forum( $args = '' ) {
    14571457
    1458     // Parse arguments with default values
     1458    // Parse arguments against default values
    14591459    $r = bbp_parse_args( $args, array(
    14601460        'forum_id'           => 0,
Note: See TracChangeset for help on using the changeset viewer.