Changeset 3129
- Timestamp:
- 05/10/2011 03:24:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-topic-functions.php
r3128 r3129 1737 1737 1738 1738 // 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]; 1740 1740 1741 1741 // Update the voice count for this topic id
Note: See TracChangeset
for help on using the changeset viewer.