Changeset 4422
- Timestamp:
- 05/24/2011 09:02:40 PM (14 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r4418 r4422 873 873 margin-top: 5px; 874 874 } 875 .form-allowed-tags, 875 876 .standard-form input[type=text] { 876 877 width: 75%; -
trunk/bp-themes/bp-default/functions.php
r4419 r4422 602 602 $new_labels = array( 603 603 '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' => '',606 604 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 607 605 '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.