summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-admin/includes/class-custom-image-header.php
Commit message (Expand)AuthorAge
* Administration: Error messages improvements in WP Admin.Jb Audras2025-02-08
* I18n: Add translator context for various occurrences of "upload".Jb Audras2024-12-22
* Docs: Correct the order of `@since` and `@var` annotations.Sergey Biryukov2024-09-06
* Media: Accessibility: Copy attachment properties on site icon crop.Joe Dolson2024-03-02
* Coding Standards: Add missing escaping in `Custom_Image_Header::step_2()`.Sergey Biryukov2024-01-26
* Docs: Improve documentation for `Custom_Image_Header` and `Custom_Background`...Sergey Biryukov2023-12-07
* Media: Consistently call the `wp_create_file_in_uploads` hook as a filter.Sergey Biryukov2023-10-13
* Administration: Use `wp_admin_notice()` more in `/wp-admin/includes/`.Colin Stewart2023-09-17
* Administration: Use `wp_admin_notice()` in `/wp-admin/includes`.Joe Dolson2023-09-14
* Code Modernization: Replace usage of `strpos()` with `str_contains()`.Sergey Biryukov2023-06-22
* Administration: Replace contracted verb forms for better consistency.Jb Audras2023-06-22
* Docs: Various docblock improvements in Custom Header Image related functions,...Jb Audras2023-06-05
* I18N: Provide `gettext` context to disambiguate various translation strings.Jb Audras2023-06-05
* Help/About: Use the new `/documentation/` URLs for HelpHub links in WordPress...Jb Audras2023-02-23
* Coding Standards: Add missing escaping function in `Custom_Image_Header::show...Jb Audras2023-02-06
* Code Modernization: Add `AllowDynamicProperties` attribute to all (parent) cl...Sergey Biryukov2022-09-12
* Coding Standards: Escape the home URL in the "Header updated. Visit your site...Sergey Biryukov2022-07-04
* General: Replace all `esc_url_raw()` calls in core with `sanitize_url()`.Sergey Biryukov2022-06-01
* Coding Standards: Rename the `$object` variable to `$attachment` in several f...Sergey Biryukov2022-04-14
* Administration: Replace contracted verb forms for better consistency.Jb Audras2022-03-22
* Coding Standards: Use `esc_url()` instead of `esc_attr()` for some URLs.Sergey Biryukov2022-03-19
* Code Modernization: Rename parameters that use reserved keywords in `wp-admin...Sergey Biryukov2022-03-17
* Docs: Replace "Current theme" with "Active theme" in various DocBlocks.Jb Audras2022-01-20
* Administration: Replace "Current theme" with "Active theme" in user facing st...Jb Audras2022-01-15
* External Libraries: Further fix jQuery deprecations in WordPress core.Tonya Mork2021-11-30
* Coding Standards: Use strict comparison in `wp-admin/includes/class-custom-im...Sergey Biryukov2021-04-13
* Coding Standards: Add a space before `/` character in some self-closing HTML ...Sergey Biryukov2021-03-20
* Media: Avoid suppressing errors when using `getimagesize()`.Anthony Burchell2021-02-02
* Coding standards: Modify escaping functions to avoid potential false positives.Jonathan Desrosiers2020-10-29
* Docs: Remove extra spaces from `@param` tags.Sergey Biryukov2020-06-20
* Coding Standards: Use strict comparison where static strings are involved.Sergey Biryukov2020-05-16
* Coding Standards: Use strict type check for `in_array()` and `array_search()`...Sergey Biryukov2020-04-05
* Docs: Various docblock corrections and improvements.John Blackbourn2020-03-16
* Coding Standards: Use Yoda conditions where appropriate.Sergey Biryukov2020-02-09
* Docs: Improve inline comments per the documentation standards.Sergey Biryukov2020-01-29
* I18N: Capitalize translator comments consistently, add trailing punctuation.Sergey Biryukov2019-09-03
* I18N: Improve translator comments.Sergey Biryukov2019-09-01
* Coding Standards: Dynamic hooks should be named using interpolation not conca...Jonathan Desrosiers2019-08-22
* Coding Standards: Move `wp-admin/custom-header.php` to `wp-admin/includes/cla...Gary Pendergast2019-07-17