Changeset 6784 for trunk/src/includes/forums/functions.php
- Timestamp:
- 02/16/2018 10:37:15 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/forums/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/functions.php
r6733 r6784 162 162 } 163 163 164 // Title too long 165 if ( bbp_is_title_too_long( $forum_title ) ) { 166 bbp_add_error( 'bbp_forum_title', __( '<strong>ERROR</strong>: Your title is too long.', 'bbpress' ) ); 167 } 168 164 169 /** Forum Content *********************************************************/ 165 170 … … 446 451 } 447 452 453 // Title too long 454 if ( bbp_is_title_too_long( $forum_title ) ) { 455 bbp_add_error( 'bbp_forum_title', __( '<strong>ERROR</strong>: Your title is too long.', 'bbpress' ) ); 456 } 457 448 458 /** Forum Content *********************************************************/ 449 459
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)