Making WordPress.org

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#1012 closed defect (bug) (fixed)

Sometimes a ticket number is not linked

Reported by: iseulde's profile iseulde Owned by: otto42's profile Otto42
Milestone: Priority: normal
Component: Make (Get Involved) / P2 Keywords:
Cc:

Change History (5)

#1 @Otto42
10 years ago

  • Owner set to Otto42
  • Status changed from new to assigned

#2 @Otto42
10 years ago

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

The code was looking specifically for a space character before the hash mark in order to recognize it. I've changed it to allow for any whitespace character to be there instead.

Version 0, edited 10 years ago by Otto42 (next)

#3 follow-up: @iseulde
10 years ago

@Otto42 Is there a reason you removed the nested list?

#4 @iseulde
10 years ago

  • Cc *@… added

#5 in reply to: ↑ 3 @Otto42
10 years ago

Replying to iseulde:

@Otto42 Is there a reason you removed the nested list?

Yeah, it was broken because of missing ending LI's. I can put it back if you like. It was just badly broken on my screen, so I fixed what I saw.

The main problem for this ticket was the use of non-breaking spaces. Usually these are input by SHIFT-SPACE. The regexp in question was checking only for normal space. I've changed it to any whitespace now, so it should not happen again, but I fixed the post because it was bad on my screen. Sorry if I made an error.

Note: See TracTickets for help on using tickets.