Skip to:
Content

bbPress.org

Opened 7 years ago

Closed 7 years ago

Last modified 5 years ago

#3198 closed defect (bug) (fixed)

screen_icon deprecated

Reported by: robin-w's profile Robin W Owned by: netweb's profile netweb
Milestone: 2.6.2 Priority: normal
Severity: normal Version: 2.5
Component: General - Administration Keywords:
Cc:

Description

looks like wordpress 4.9.5 has removed screen_icon and users in

dashboard>settings>forums
and
dashboard>settings>tools>forums

are now seeing

Notice: screen_icon is deprecated since version 3.8.0 with no alternative available. in /www/sites/e12/ee6/gos.rewweb.co.uk/web/wp-includes/functions.php on line 3842

Notice: get_screen_icon is deprecated since version 3.8.0 with no alternative available. in /www/sites/e12/ee6/gos.rewweb.co.uk/web/wp-includes/functions.php on line 3842

2.6 will make this issue go away, but suspect unless imminent that the support forum will get lots of these. Is 2.5.15 a possibility to get rid of this?

Screen icon is used in

admin/settings.php (4 hits)

Line 1247: * @uses screen_icon() To display the screen icon
Line 1256: <?php screen_icon(); ?>
Line 1498: * @uses screen_icon() To display the screen icon
Line 1507: <?php screen_icon( 'tools' ); ?>

/admin/tools.php (4 hits)

Line 24: * @uses screen_icon() To display the screen icon
Line 32: <?php screen_icon( 'tools' ); ?>
Line 1198: * @uses screen_icon() To display the screen icon
Line 1206: <?php screen_icon( 'tools' ); ?>

Change History (3)

#1 @netweb
7 years ago

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

In 6800:

Admin: Remove deprecated screen_icon() calls.

See #2538. Fixes #3198. (2.5 branch).

#2 @netweb
7 years ago

  • Component changed from General to General - Administration
  • Milestone changed from Awaiting Review to 2.5.15
  • Version changed from 2.5.14 to 2.5

Thanks Robin, will look to see what else we have for a 2.5.x release and go from there.

Previously: #2538 [5265]

#3 @johnjamesjacoby
5 years ago

  • Milestone changed from 2.5.15 to 2.6.2
Note: See TracTickets for help on using tickets.