Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 8 years ago

#4864 closed defect (bug) (fixed)

Missing greeting in bp-legacy activity/post-form.php

Reported by: mercime's profile mercime Owned by:
Milestone: 1.7 Priority: normal
Severity: normal Version: 1.7
Component: Templates Keywords: has-patch
Cc:

Description

specifically:

<?php if ( bp_is_group() )
		printf( __( "What's new in %s, %s?", 'buddypress' ), bp_get_group_name(), bp_get_user_firstname() );
	else
		printf( __( "What's new, %s?", 'buddypress' ), bp_get_user_firstname() );
	?>

Image and reference: http://buddypress.org/support/topic/line-missing-above-status-update/

Attachments (1)

4864.patch (1.3 KB) - added by mercime 11 years ago.
Adding back Greeting

Download all attachments as: .zip

Change History (5)

@mercime
11 years ago

Adding back Greeting

#1 in reply to: ↑ description @boonebgorges
11 years ago

  • Milestone changed from Awaiting Review to 1.7
  • Version set to 1.7-beta

Hm, not sure why this was removed in bp-legacy. Thanks for the patch.

#2 @boonebgorges
11 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [6840]) Adds "What's New" text to activity posting interface in theme compat

Fixes #4864

Props mercime

#3 @johnjamesjacoby
9 years ago

  • Version changed from 1.7-beta to 1.7

#4 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.