Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2925 closed defect (bug) (fixed)

wp-db.php's bail refers to old logo on static.wordpress.org

Reported by: ryanscheuermann's profile ryanscheuermann Owned by: sewar's profile Sewar
Milestone: Priority: normal
Severity: normal Version: 2.1
Component: Administration Keywords: wp_die bg|has-patch bg|needs-testing
Focuses: Cc:

Description

The title of the ticket kinda sums it up. Maybe this function can be replaced by wp_die() ?

Attachments (3)

wp-db.php.diff (458 bytes) - added by darkfate 18 years ago.
change path and use wp_die instead
wp-db.php.2.diff (423 bytes) - added by darkfate 18 years ago.
second try....wp_die doesn't work in this situation.
wp-db.php.3.diff (1.5 KB) - added by Sewar 18 years ago.

Download all attachments as: .zip

Change History (10)

#1 @darkfate
18 years ago

  • Owner changed from anonymous to darkfate
  • Status changed from new to assigned

You are correct sir. Uploading patch.

@darkfate
18 years ago

change path and use wp_die instead

#2 @darkfate
18 years ago

  • Keywords bg|has-patch added

#3 @darkfate
18 years ago

oops. I was doing it from the includes dir rather than root....

@darkfate
18 years ago

second try....wp_die doesn't work in this situation.

@Sewar
18 years ago

#4 @Sewar
18 years ago

  • Keywords wp_die bg|needs-testing added
  • Owner changed from darkfate to Sewar
  • Status changed from assigned to new

"wp_die" is copy of "bail" but for all WP, not just DB, see #2902.

#5 @darkfate
18 years ago

What about the image?

#6 @Sewar
18 years ago

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

darkfate: this bug fixed today in #2902, now "bail" uses "wp_die" to display error message, "wp_die" display the logo "/wp-admin/images/wordpress-logo.png".

#7 @(none)
18 years ago

  • Milestone 2.0.4 deleted

Milestone 2.0.4 deleted

Note: See TracTickets for help on using tickets.