index
:
wordpress
1.5
2.0
2.1
2.2
2.3
2.5
2.6
2.7
2.8
2.9
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3.7
3.8
3.9
4.0
4.1
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
5.1
5.2
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.3
6.4
6.5
6.6
6.7
6.8
master
trunk
WordPress
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
wp-admin
/
includes
/
class-custom-image-header.php
Commit message (
Expand
)
Author
Age
*
Administration: Error messages improvements in WP Admin.
Jb Audras
2025-02-08
*
I18n: Add translator context for various occurrences of "upload".
Jb Audras
2024-12-22
*
Docs: Correct the order of `@since` and `@var` annotations.
Sergey Biryukov
2024-09-06
*
Media: Accessibility: Copy attachment properties on site icon crop.
Joe Dolson
2024-03-02
*
Coding Standards: Add missing escaping in `Custom_Image_Header::step_2()`.
Sergey Biryukov
2024-01-26
*
Docs: Improve documentation for `Custom_Image_Header` and `Custom_Background`...
Sergey Biryukov
2023-12-07
*
Media: Consistently call the `wp_create_file_in_uploads` hook as a filter.
Sergey Biryukov
2023-10-13
*
Administration: Use `wp_admin_notice()` more in `/wp-admin/includes/`.
Colin Stewart
2023-09-17
*
Administration: Use `wp_admin_notice()` in `/wp-admin/includes`.
Joe Dolson
2023-09-14
*
Code Modernization: Replace usage of `strpos()` with `str_contains()`.
Sergey Biryukov
2023-06-22
*
Administration: Replace contracted verb forms for better consistency.
Jb Audras
2023-06-22
*
Docs: Various docblock improvements in Custom Header Image related functions,...
Jb Audras
2023-06-05
*
I18N: Provide `gettext` context to disambiguate various translation strings.
Jb Audras
2023-06-05
*
Help/About: Use the new `/documentation/` URLs for HelpHub links in WordPress...
Jb Audras
2023-02-23
*
Coding Standards: Add missing escaping function in `Custom_Image_Header::show...
Jb Audras
2023-02-06
*
Code Modernization: Add `AllowDynamicProperties` attribute to all (parent) cl...
Sergey Biryukov
2022-09-12
*
Coding Standards: Escape the home URL in the "Header updated. Visit your site...
Sergey Biryukov
2022-07-04
*
General: Replace all `esc_url_raw()` calls in core with `sanitize_url()`.
Sergey Biryukov
2022-06-01
*
Coding Standards: Rename the `$object` variable to `$attachment` in several f...
Sergey Biryukov
2022-04-14
*
Administration: Replace contracted verb forms for better consistency.
Jb Audras
2022-03-22
*
Coding Standards: Use `esc_url()` instead of `esc_attr()` for some URLs.
Sergey Biryukov
2022-03-19
*
Code Modernization: Rename parameters that use reserved keywords in `wp-admin...
Sergey Biryukov
2022-03-17
*
Docs: Replace "Current theme" with "Active theme" in various DocBlocks.
Jb Audras
2022-01-20
*
Administration: Replace "Current theme" with "Active theme" in user facing st...
Jb Audras
2022-01-15
*
External Libraries: Further fix jQuery deprecations in WordPress core.
Tonya Mork
2021-11-30
*
Coding Standards: Use strict comparison in `wp-admin/includes/class-custom-im...
Sergey Biryukov
2021-04-13
*
Coding Standards: Add a space before `/` character in some self-closing HTML ...
Sergey Biryukov
2021-03-20
*
Media: Avoid suppressing errors when using `getimagesize()`.
Anthony Burchell
2021-02-02
*
Coding standards: Modify escaping functions to avoid potential false positives.
Jonathan Desrosiers
2020-10-29
*
Docs: Remove extra spaces from `@param` tags.
Sergey Biryukov
2020-06-20
*
Coding Standards: Use strict comparison where static strings are involved.
Sergey Biryukov
2020-05-16
*
Coding Standards: Use strict type check for `in_array()` and `array_search()`...
Sergey Biryukov
2020-04-05
*
Docs: Various docblock corrections and improvements.
John Blackbourn
2020-03-16
*
Coding Standards: Use Yoda conditions where appropriate.
Sergey Biryukov
2020-02-09
*
Docs: Improve inline comments per the documentation standards.
Sergey Biryukov
2020-01-29
*
I18N: Capitalize translator comments consistently, add trailing punctuation.
Sergey Biryukov
2019-09-03
*
I18N: Improve translator comments.
Sergey Biryukov
2019-09-01
*
Coding Standards: Dynamic hooks should be named using interpolation not conca...
Jonathan Desrosiers
2019-08-22
*
Coding Standards: Move `wp-admin/custom-header.php` to `wp-admin/includes/cla...
Gary Pendergast
2019-07-17