Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#6182 closed defect (bug) (fixed)

About BuddyPress - wrong message on credit screen

Reported by: danbp Owned by: johnjamesjacoby
Priority: normal Milestone: 2.2
Component: Core Version: 2.2
Severity: blocker 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
12 years ago

  • Milestone Awaiting Review2.2
  • Severity trivialblocker

#2 @johnjamesjacoby
12 years ago

  • Owner set to johnjamesjacoby
  • Resolutionfixed
  • Status newclosed

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
10 years ago

  • Component General - UX/UICore
Note: See TracTickets for help on using tickets.