mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-26 03:50:25 +00:00
b3322a96047603a079ada9a1870435e3c17fea7a
Custom_Background and Custom_Header:
* In `->init()`, don't check `current_user_can()` since `add_theme_page()` will return `false` immediately if the cap check fails. * Bail if `add_theme_page()` returns `false` * `wp_check_filetype_and_ext()` doesn't need a 3rd param, it already defaults to `null`. Passing `false` would fail a strict check. See #30799. git-svn-id: https://develop.svn.wordpress.org/trunk@31116 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%