Changeset 7006 for trunk/src/includes/admin/forums.php
- Timestamp:
- 11/24/2019 01:38:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/forums.php
r6989 r7006 540 540 'bbp_forum_mods' => esc_html__( 'Moderators', 'bbpress' ), 541 541 'author' => esc_html__( 'Creator', 'bbpress' ), 542 'bbp_forum_created' => esc_html__( 'Created' ,'bbpress' ),542 'bbp_forum_created' => esc_html__( 'Created', 'bbpress' ), 543 543 'bbp_forum_freshness' => esc_html__( 'Last Post', 'bbpress' ) 544 544 ); … … 694 694 // Messages array 695 695 $messages[ $this->post_type ] = array( 696 0 => 696 0 => '', // Left empty on purpose 697 697 698 698 // Updated 699 1 => 699 1 => sprintf( 700 700 '%1$s <a href="%2$s">%3$s</a>', 701 701 esc_html__( 'Forum updated.', 'bbpress' ),
Note: See TracChangeset
for help on using the changeset viewer.