WordPress/wp-content/themes
Sergey Biryukov 3e622b1d75 Twenty Eleven: Replace deprecated function calls on theme options page.
This includes:
* Removing the deprecated `screen_icon()` function call.
* Replacing the deprecated `get_current_theme()` function call with `get_option( 'current_theme' )`.
* Using `wp_get_theme()->display( 'Name' )` explicitly instead of relying on `WP_Theme`'s `__toString()` method, for clarity.

Follow-up to [6334], [20039], [20040], [20042], [20508], [26537], [41274].

Props Presskopp, cu121, viralsampat, costdev, tomjdv, sabernhardt, SergeyBiryukov.
Fixes #54833.
Built from https://develop.svn.wordpress.org/trunk@53626


git-svn-id: http://core.svn.wordpress.org/trunk@53185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-07-01 14:26:15 +00:00
..
twentyeleven Twenty Eleven: Replace deprecated function calls on theme options page. 2022-07-01 14:26:15 +00:00
twentyfifteen Bundled themes: Bump versions for WordPress 6.0 release. 2022-05-20 01:49:16 +00:00
twentyfourteen Bundled themes: Bump versions for WordPress 6.0 release. 2022-05-20 01:49:16 +00:00
twentynineteen Twenty Nineteen: Ensure custom text color is reflected in the Editor for Quote block. 2022-06-16 23:17:08 +00:00
twentyseventeen Bundled themes: Bump versions for WordPress 6.0 release. 2022-05-20 01:49:16 +00:00
twentysixteen Bundled themes: Bump versions for WordPress 6.0 release. 2022-05-20 01:49:16 +00:00
twentyten Budled themes: Revert the Twenty Ten theme version to 3.6. 2022-05-25 02:51:09 +00:00
twentythirteen Bundled themes: Bump versions for WordPress 6.0 release. 2022-05-20 01:49:16 +00:00
twentytwelve Bundled themes: Bump versions for WordPress 6.0 release. 2022-05-20 01:49:16 +00:00
twentytwenty Twenty-Twenty: Fix a width/alignement issue on "Wide Line" Separator style variation. 2022-06-07 05:23:09 +00:00
twentytwentyone Twenty Twenty-One: Ensure custom text color is reflected in the Editor for Quote block. 2022-06-16 23:43:09 +00:00
twentytwentytwo Twenty Twenty-Two: Fix typo in Dark Footer pattern docblock. 2022-05-18 12:57:12 +00:00
index.php Remove closing PHP tags from the rest of index.php files in wp-content, for consistency with wp-content/index.php. 2014-06-05 15:59:14 +00:00