Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#38126 closed defect (bug) (fixed)

Incorrect value for see parameter in doc of clean_url() function

Reported by: rabmalin's profile rabmalin Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.7 Priority: normal
Severity: normal Version:
Component: Formatting Keywords: has-patch
Focuses: docs Cc:

Description

Path: /wp-includes/deprecated.php
Function clean_url()

In https://developer.wordpress.org/reference/functions/clean_url/
Currently, it is This function has been deprecated. Use Alias() instead.. It should be This function has been deprecated. Use esc_url() instead.

Attachments (1)

38126.diff (457 bytes) - added by rabmalin 8 years ago.

Download all attachments as: .zip

Change History (4)

@rabmalin
8 years ago

#1 @rabmalin
8 years ago

  • Component changed from General to Formatting
  • Keywords has-patch added

Patch added

#2 @SergeyBiryukov
8 years ago

  • Milestone changed from Awaiting Review to 4.7

#3 @SergeyBiryukov
8 years ago

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

In 38641:

Docs: Correct @see entry for clean_url().

Props rabmalin.
Fixes #38126.

Note: See TracTickets for help on using tickets.