Skip to:
Content

bbPress.org

Changeset 3129


Ignore:
Timestamp:
05/10/2011 03:24:34 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Whitespace fix from r3128. CDO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-topic-functions.php

    r3128 r3129  
    17371737
    17381738    // If there's an error, make sure we at least have 1 voice
    1739     $voices = ( empty( $voices ) || is_wp_error( $voices )) ? 1 : $voices[0];
     1739    $voices = ( empty( $voices ) || is_wp_error( $voices ) ) ? 1 : $voices[0];
    17401740
    17411741    // Update the voice count for this topic id
Note: See TracChangeset for help on using the changeset viewer.