Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/08/2017 03:52:14 PM (6 years ago)
Author:
djpaul
Message:

Update internal comments/strings with relation to recent Legacy Forums removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-settings.php

    r11763 r11764  
    105105
    106106/**
    107  * Allow activity comments on blog posts and forum posts.
     107 * Allow activity comments on posts and comments.
    108108 *
    109109 * @since 1.6.0
     
    113113
    114114    <input id="bp-disable-blogforum-comments" name="bp-disable-blogforum-comments" type="checkbox" value="1" <?php checked( !bp_disable_blogforum_comments( false ) ); ?> />
    115     <label for="bp-disable-blogforum-comments"><?php _e( 'Allow activity stream commenting on blog and forum posts', 'buddypress' ); ?></label>
     115    <label for="bp-disable-blogforum-comments"><?php _e( 'Allow activity stream commenting on posts and comments', 'buddypress' ); ?></label>
    116116
    117117<?php
     
    135135 * Sanitization for bp-disable-blogforum-comments setting.
    136136 *
    137  * In the UI, a checkbox asks whether you'd like to *enable* blog/forum activity comments. For
     137 * In the UI, a checkbox asks whether you'd like to *enable* post/comment activity comments. For
    138138 * legacy reasons, the option that we store is 1 if these comments are *disabled*. So we use this
    139139 * function to flip the boolean before saving the intval.
Note: See TracChangeset for help on using the changeset viewer.