Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/24/2012 08:44:30 PM (13 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/common/template-tags.php

    r4496 r4508  
    10371037function bbp_wp_login_action( $args = '' ) {
    10381038
    1039     // Parse args with default parameters
     1039    // Parse arguments against default values
    10401040    $r = bbp_parse_args( $args, array(
    10411041        'action'  => '',
     
    12481248        /** Arguments *********************************************************/
    12491249
     1250        // Parse arguments against default values
    12501251        $r = bbp_parse_args( $args, array(
    12511252            'post_type'          => bbp_get_forum_post_type(),
     
    15821583    function bbp_get_the_content( $args = array() ) {
    15831584
    1584         // Parse arguments with default values
     1585        // Parse arguments against default values
    15851586        $r = bbp_parse_args( $args, array(
    15861587            'context'       => 'topic',
Note: See TracChangeset for help on using the changeset viewer.