Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

Last modified 8 years ago

#6182 closed defect (bug) (fixed)

About BuddyPress - wrong message on credit screen

Reported by: danbp's profile danbp Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.2 Priority: normal
Severity: blocker Version: 2.2
Component: Core Keywords:
Cc:

Description

When on the about page, the old install welcome message is different between What's new and Credit tab

On what's new tab, there is the new phrase for 2.2
When on credit tab, we see the 2.0 message

Though this should be the same wording ;-)

Change in bp-core-admin.php line 657

<?php// printf( __( 'Howdy. BuddyPress %s is our most streamlined and easy-to-use release to date, and we think you&#8217;re going to love it.', 'buddypress' ), $display_version ); ?>

to

<?php printf( __( 'BuddyPress %s comes with a bunch of great improvements we think you&#8217;re really going to like.', 'buddypress' ), $display_version ); ?>

Change History (3)

#1 @DJPaul
10 years ago

  • Milestone changed from Awaiting Review to 2.2
  • Severity changed from trivial to blocker

#2 @johnjamesjacoby
10 years ago

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

In 9429:

Ensure both "About" admin screens always have the same descriptive text and navigation.

Introduces static and helper methods for:

  • Determining is_new_install
  • Getting user-friendly version number
  • Outputting welcome text
  • Outputting tab navigation

Fixes #6182.

#3 @DJPaul
8 years ago

  • Component changed from General - UX/UI to Core
Note: See TracTickets for help on using tickets.