Skip to:
Content

BuddyPress.org

Ticket #6821: 6281.diff

File 6281.diff, 434 bytes (added by mahype, 9 years ago)
  • src/bp-core/bp-core-moderation.php

    diff --git a/src/bp-core/bp-core-moderation.php b/src/bp-core/bp-core-moderation.php
    index 775f4f5..6ceb95b 100644
    a b function bp_core_check_for_moderation( $user_id = 0, $title = '', $content = '' 
    135135                }
    136136
    137137                // Das ist zu viele links!
    138                 if ( $num_links >= $max_links ) {
     138                if ( $num_links > $max_links ) {
    139139                        return false;
    140140                }
    141141        }