Opened 14 years ago
Closed 14 years ago
#20427 closed enhancement (fixed)
Remove unused _insert_into_post_button() function
| Reported by: | SergeyBiryukov | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Media | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch needs-refresh |
| Cc: | Focuses: |
Description
_insert_into_post_button() is no longer used in core since [18831].
It's a private function which doesn't seem to be used in any plugins, so I guess it can be removed without deprecation.
Attachments (1)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Searching through the plugins repository gives 6 results:
Mostly code highlighters, it doesn't look like any of them would break.
If removing the function is still too risky, we could deprecate it just in case.