Skip to:
Content

BuddyPress.org

Changeset 4422


Ignore:
Timestamp:
05/24/2011 09:02:40 PM (14 years ago)
Author:
djpaul
Message:

Show standard email note on comment form for unauthenticated users. Fixes #3247, props hnla

Location:
trunk/bp-themes/bp-default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r4418 r4422  
    873873    margin-top: 5px;
    874874}
     875.form-allowed-tags,
    875876.standard-form input[type=text] {
    876877    width: 75%;
  • trunk/bp-themes/bp-default/functions.php

    r4419 r4422  
    602602    $new_labels = array(
    603603        'comment_field'        => '<p class="form-textarea"><label for="comment">' . __( 'Comment', 'buddypress' ) . '</label><textarea name="comment" id="comment" cols="60" rows="10" aria-required="true"></textarea></p>',
    604         'comment_notes_after'  => '',
    605         'comment_notes_before' => '',
    606604        'fields'               => apply_filters( 'comment_form_default_fields', $fields ),
    607605        'logged_in_as'         => '<p class="log-in-out">' . sprintf( __( 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s">Log out?</a>', 'buddypress' ), bp_loggedin_user_domain(), $user_identity, wp_logout_url( get_permalink() ) ) . '</p>',
Note: See TracChangeset for help on using the changeset viewer.