Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#3853 closed defect (bug) (fixed)

Double semicolon

Reported by: mypatricks's profile mypatricks Owned by: nazgul's profile Nazgul
Milestone: 2.2 Priority: normal
Severity: trivial Version: 2.2
Component: Administration Keywords: has-patch commit
Focuses: Cc:

Description

in Changeset 4929 /wp-includes/feed.php line 93

92function comments_rss_link($link_text = 'Comments RSS', $commentsrssfilename = 'nolongerused') {
93 $url = get_post_comments_feed_link();;

Attachments (1)

3853.diff (1014 bytes) - added by Nazgul 17 years ago.

Download all attachments as: .zip

Change History (4)

@Nazgul
17 years ago

#1 @Nazgul
17 years ago

  • Keywords has-patch commit added; semicolon removed
  • Owner changed from Ryan to Nazgul
  • Severity changed from normal to trivial

Path also removes another instance of double simicolons in app.php

#2 @Nazgul
17 years ago

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

Fixed in [4937].

(Doesn't comitting auto-close the tickets anymore?)

#3 @markjaquith
17 years ago

Nazgul, it does, but only when I remember the pound/hash sign! And "fixes" must be lowercase. fixes #3853, fixes #3853, fixes #3853

... think I have it now. Thanks for catching it.

Note: See TracTickets for help on using tickets.