Making WordPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 8 months ago

#228 closed defect (bug) (fixed)

Wrong link to the Accessibility P2

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: Make (Get Involved) / P2 Keywords:
Cc:

Description

On http://make.wordpress.org/, the link to the Accessibility blog points to the UI blog instead:

<a href="http://make.wordpress.org/ui/">Learn more about Accessibility »</a>

Also, the link to the Polyglots blog is missing a trailing slash (minor, but inconsistent with other links):

<a href="http://make.wordpress.org/polyglots">Learn more about Polyglots »</a>

Change History (5)

#1 @SergeyBiryukov
11 years ago

Appears to be introduced in [119] (see #223).

#2 @SergeyBiryukov
11 years ago

Looks like make_site_get_network_sites() is not a part of the open-sourced code.

#3 @iandunn
11 years ago

Also, the Polyglots title isn't linked, even though the "Learn more..." text is there. That's odd since they're both just checking if ( $url ). I'm on a support rotation this week, but I can add a patch next week if someone doesn't get to it sooner.

#4 @coffee2code
11 years ago

  • Owner set to coffee2code
  • Status changed from new to accepted

#5 @coffee2code
11 years ago

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

Fixed.

The custom field associating the Sites custom post type item with its respective make site wasn't set correctly (Accessibility) or at all (Polyglots). So it was a data issue and not code-related.

Note: See TracTickets for help on using tickets.