#7493 closed enhancement (fixed)
_deprecated() version numbers.
Reported by: | docwhat | Owned by: | westi |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Inline Docs | Keywords: | has-patch early |
Focuses: | Cc: |
Description
This is a patch to change the "deprecated since 0.0" messages to their correct number.
Attachments (3)
Change History (13)
#2
in reply to:
↑ 1
@
16 years ago
- Keywords needs-patch added; has-patch removed
- Owner changed from anonymous to westi
- Status changed from new to assigned
Replying to santosj:
You're using Ozh Version list, but I believe the deprecated version numbers are when the function was deprecated, not when the function was added.
That is correct.
#7
@
15 years ago
- Keywords has-patch early added; needs-patch removed
- Milestone changed from Future Release to 3.0
To align with #10920.
Tons of new phpdoc here.
#8
@
15 years ago
FWIW, every version number for '0.0' values was traced back through changesets, revisions and tickets. Not guaranteeing 100% accuracy but it should be.
On occasion, @since and @deprecated are the same version. The function was added early in a dev cycle and removed later on in the same cycle.
#10920 was incorporated into this patch.
@
15 years ago
Updated patch also removes $deprecated args that don't affect argument order -- see #11386. Also, some whitespace improvements for _deprecated_function() calls.
You're using Ozh Version list, but I believe the deprecated version numbers are when the function was deprecated, not when the function was added.