[wp-trac] [WordPress Trac] #41153: Formally deprecate screen_icon() and get_screen_icon()
WordPress Trac
noreply at wordpress.org
Sun Jun 25 14:22:04 UTC 2017
#41153: Formally deprecate screen_icon() and get_screen_icon()
----------------------------------------+------------------------------
Reporter: DrewAPicture | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.8
Severity: normal | Resolution:
Keywords: needs-patch good-first-bug | Focuses:
----------------------------------------+------------------------------
Comment (by Ippei Sumida):
@swissspidy Thank you for your checking! inline docs is following now. It
seems no problem, I think.
Would you mind telling me what's wrong?
{{{#!php
<?php
/**
* Displays a screen icon.
*
* @since 2.7.0
* @since 3.8.0 Screen icons are no longer used in WordPress. This
function no longer produces output.
* @deprecated 3.8.0 Use get_screen_icon()
* @see get_screen_icon()
*/
/**
* Retrieves the screen icon (no longer used in 3.8+).
*
* @deprecated 3.8.0
*
* @return string
*/
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/41153#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list