Changeset 4950 for trunk/includes/admin/forums.php
- Timestamp:
- 05/27/2013 06:16:35 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/admin/forums.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/forums.php
r4909 r4950 449 449 450 450 case 'bbp_forum_created': 451 printf( __( '%1$s <br /> %2$s', 'bbpress' ),451 printf( '%1$s <br /> %2$s', 452 452 get_the_date(), 453 453 esc_attr( get_the_time() ) … … 459 459 $last_active = bbp_get_forum_last_active_time( $forum_id, false ); 460 460 if ( !empty( $last_active ) ) 461 echo $last_active;461 echo esc_html( $last_active ); 462 462 else 463 _e( 'No Topics', 'bbpress' );463 esc_html_e( 'No Topics', 'bbpress' ); 464 464 465 465 break;
Note: See TracChangeset
for help on using the changeset viewer.