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