WordPress.org

Making WordPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#1012 closed defect (fixed)

Sometimes a ticket number is not linked

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

Change History (5)

#1 @Otto42
5 years ago

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

#2 @Otto42
5 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.

Also, I edited your post to fix the assorted formatting issues with the list.

Last edited 5 years ago by Otto42 (previous) (diff)

#3 follow-up: @iseulde
5 years ago

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

#4 @iseulde
5 years ago

  • Cc *@… added

#5 in reply to: ↑ 3 @Otto42
5 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.