Changeset 7097 for branches/2.6/src/includes/common/functions.php
- Timestamp:
- 06/04/2020 09:28:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/common/functions.php
r6973 r7097 554 554 $r['bbp_anonymous_name'] = apply_filters( 'bbp_pre_anonymous_post_author_name', $r['bbp_anonymous_name'] ); 555 555 if ( empty( $r['bbp_anonymous_name'] ) ) { 556 bbp_add_error( 'bbp_anonymous_name', __( '<strong>E RROR</strong>: Invalid author name.', 'bbpress' ) );556 bbp_add_error( 'bbp_anonymous_name', __( '<strong>Error</strong>: Invalid author name.', 'bbpress' ) ); 557 557 } 558 558 … … 560 560 $r['bbp_anonymous_email'] = apply_filters( 'bbp_pre_anonymous_post_author_email', $r['bbp_anonymous_email'] ); 561 561 if ( empty( $r['bbp_anonymous_email'] ) ) { 562 bbp_add_error( 'bbp_anonymous_email', __( '<strong>E RROR</strong>: Invalid email address.', 'bbpress' ) );562 bbp_add_error( 'bbp_anonymous_email', __( '<strong>Error</strong>: Invalid email address.', 'bbpress' ) ); 563 563 } 564 564
Note: See TracChangeset
for help on using the changeset viewer.