Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#3487 closed defect (bug) (wontfix)

link category formatting not utilized in front end

Reported by: steveoeicnet's profile steveoeicnet Owned by:
Milestone: Priority: lowest
Severity: minor Version: 2.0.5
Component: Administration Keywords:
Focuses: Cc:

Description

Users have the option to provide link formatting in the Link Categories section of the wordpress administration tool. They can provide formatting before the link, between link and description and after the link. However, these values were not being used in the function get_links_list() in wp-includes/links.php. Three hardcoded values were being passed from get_links_list() to get_links().

Patch provided.

Attachments (1)

links.php.diff (41.1 KB) - added by steveoeicnet 19 years ago.
path for wp-includes/links.php

Download all attachments as: .zip

Change History (3)

@steveoeicnet
19 years ago

path for wp-includes/links.php

#1 @foolswisdom
19 years ago

I notice that you set the version to 2.0.5 have you considered what is in trunk? Does your patch apply there? There is something strange about your patch as it is trac is showing that all lines have changed.

#2 @ryan
19 years ago

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

get_links_list() purposefully hard codes a list. Other functions obey the formatting rules. Regardless, the link category formatting stuff has been removed from 2.1.

Note: See TracTickets for help on using tickets.