Opened 14 years ago
Closed 14 years ago
#21886 closed enhancement (fixed)
PHPDocs for options_reading_blog_charset()
| Reported by: | SergeyBiryukov | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Inline Docs | Version: | 3.5 |
| Severity: | trivial | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Background: #21507
Attachments (4)
Change History (9)
#2
@
14 years ago
- Resolution fixed
- Status closed → reopened
add_js() was originally added in 3.1: [15946] (for #15205). Was the change to 3.5 in the commit intentional?
21886.3.patch adds @since for other *_add_js() functions.
Not sure if @package and @subpackage are relevant for those functions. The patch removes them for consistency with [21872].
#3
@
14 years ago
@package and @subpackage are rarely relevant for functions at all. Since we renamed add_js(), I changed the @since to when it was actually introduced. Normally we'd also include some info about when it was originally introduced (before rename), but this is just a formality, as these are internal functions anyway.
#4
@
14 years ago
I see. 21886.4.patch adds @since 3.5.0 for other renamed functions.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Refreshed after [21856]