Make WordPress Core

Opened 21 years ago

Closed 20 years ago

#1927 closed defect (bug) (fixed)

akismet link on dashboard page is broken

Reported by: seth Owned by:
Priority: normal Milestone:
Component: Administration Version: 1.2
Severity: trivial Keywords: bg|has-patch
Cc: Focuses:

Description

The Akismet link on my Dashboard (under "Akismet has protected your site from...") points to akismet.php instead of akismet/akismet.php. Not sure if this is because I previously had a copy of Akismet installed directly into wp-plugins, but I'm running the version out of SVN now and the old one is deleted.

Change History (2)

#1 @davidhouse
21 years ago

  • Keywords bg|has-patch added
  • Severity normaltrivial

#2 @matt
20 years ago

  • Resolutionfixed
  • Status newclosed

This has been fixed uptsream, with this code:

$path = plugin_basename(__FILE__);
Note: See TracTickets for help on using tickets.