Changeset 6042 for trunk/src/includes/admin/forums.php
- Timestamp:
- 05/31/2016 05:50:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/forums.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/forums.php
r6033 r6042 839 839 840 840 // Forum scheduled 841 9 => sprintf( __( 'Forum scheduled for: <strong>%1$s</strong>. <a target="_blank" href="%2$s">Preview forum</a>', 'bbpress' ), 841 9 => sprintf( 842 '%1$s <a target="_blank" href="%2$s">%3$s</a>', 843 sprintf( 844 __( 'Forum scheduled for: %s.', 'bbpress' ), 842 845 // translators: Publish box date format, see http://php.net/date 843 date_i18n( __( 'M j, Y @ G:i', 'bbpress' ), 844 strtotime( $post_date ) ), 845 $forum_url ), 846 '<strong>' . date_i18n( __( 'M j, Y @ G:i', 'bbpress' ), strtotime( $post_date ) ) . '</strong>' 847 ), 848 $forum_url, 849 __( 'Preview forum', 'bbpress' ) 850 ), 846 851 847 852 // Forum draft updated
Note: See TracChangeset
for help on using the changeset viewer.