Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Avatar Design Issue in Editor in Twenty Nineteen theme #5426

Closed
wants to merge 432 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
432 commits
Select commit Hold shift + click to select a range
b892a41
Block Hooks: Expose serialized template content to filter.
ockham Nov 17, 2023
7c492d3
Docs: Improve some DocBlocks and inline comments per the documentatio…
SergeyBiryukov Nov 17, 2023
9857a80
Docs: Fix typo in `get_image_tag()` DocBlock.
SergeyBiryukov Nov 17, 2023
b558a7b
Twenty Twenty-One: Update all dependencies.
desrosj Nov 17, 2023
2b15e0f
Coding Standards: Rewrite a few capability checks for clarity and rea…
SergeyBiryukov Nov 17, 2023
26ed1b8
Build/Test Tools: Comment on PRs with WordPress Playground information.
desrosj Nov 17, 2023
f72f189
Build/Test Tools: Allow the `playground-comment` job to fail.
desrosj Nov 17, 2023
1427d25
Code Modernization: Use `str_starts_with()` in `WP_REST_Server::serve…
SergeyBiryukov Nov 18, 2023
2a0d8fc
Twenty Twenty-Four: Add missing textdomain in pattern category descri…
SergeyBiryukov Nov 19, 2023
30954f7
Administration: Standardize default values in `submit_button()`.
SergeyBiryukov Nov 20, 2023
b6bf355
Themes: Remove memoization from stylesheet and theme directories.
joemcgill Nov 20, 2023
2452701
General: Rename `wp_json_encode()` parameters for parity with PHP Core.
SergeyBiryukov Nov 21, 2023
647d593
Text Changes: Update mentions of “web site” to “website” for consiste…
SergeyBiryukov Nov 22, 2023
9099d97
Build/Test Tools: Run unit tests using new MySQL versions.
desrosj Nov 22, 2023
09a2050
Tests: Avoid an infinite loop in `Spy_REST_Server` if a non-existing …
SergeyBiryukov Nov 23, 2023
5ff4794
Build/Test Tools: Add a readme note on passing parameters into the PH…
SergeyBiryukov Nov 24, 2023
cd5cf79
I18N: Move code out of translatable strings in a few error messages.
SergeyBiryukov Nov 25, 2023
bc4eb46
I18N: Improve translator comments for strings containing date formats.
swissspidy Nov 26, 2023
653b644
External Libraries: Upgrade PHPMailer to version 6.9.1.
SergeyBiryukov Nov 26, 2023
8f40982
Twenty Twenty-One: Add "blog" and "portfolio" subject tags.
SergeyBiryukov Nov 27, 2023
6a891c7
Coding Standards: Reorder conditionals in `is_random_header_image()`.
SergeyBiryukov Nov 27, 2023
5f2f5f6
Docs: Correct the documented type for the `block_hooks` argument when…
johnbillion Nov 27, 2023
a21f5a3
Site Health: Remove unused `$wpdb` global in `utf8mb4` support test.
SergeyBiryukov Nov 28, 2023
96339bd
Login and Registration: Use correct variable to display a single erro…
SergeyBiryukov Nov 29, 2023
fdec267
Test: Run database upgrades between performance test steps.
swissspidy Nov 29, 2023
2dc5684
Plugins: Fix Add Plugin search button pos when JS off.
hellofromtonya Nov 29, 2023
4cee935
Add automated tests for `_wp_timezone_choice_usort_callback`
aaronjorbin Nov 29, 2023
36a7c6c
Tests: Update `_wp_timezone_choice_usort_callback()` tests for consis…
SergeyBiryukov Nov 30, 2023
4d19f6c
REST API: Restore site logo and icon in index.
hellofromtonya Nov 30, 2023
0ce733c
Upgrade/Install: Add port number to target origin when decrementing u…
SergeyBiryukov Dec 1, 2023
76ab1b8
Build/Test Tools: Allow overriding the `WP_UnitTestCase_Base::factory…
SergeyBiryukov Dec 2, 2023
96a589b
Docs: Add missing argument type for `supports` in `register_post_type…
SergeyBiryukov Dec 3, 2023
f3236c2
Help/About: Change CSS align-item for full browser support.
aaronjorbin Dec 4, 2023
b38a6cf
Build/Test Tools: Update the MariaDB test strategy matrix.
desrosj Dec 4, 2023
7ce1281
Themes: Avoid autoloading the previous theme's theme mods when switch…
felixarntz Dec 4, 2023
57a5164
Themes: Clean up inactive themes' theme mods from being autoloaded as…
felixarntz Dec 4, 2023
c44432b
Block Hooks: Store ignored hooked blocks metadata in anchor block.
ockham Dec 4, 2023
7f0b940
Coding Standards: Add missing escaping in `wp-activate.php`.
SergeyBiryukov Dec 4, 2023
ee461f0
Administration: Don't unnecessarily escape `none` or `div` in the adm…
SergeyBiryukov Dec 5, 2023
68ded6f
I18N: Deprecate `Gettext_Translations::parenthesize_plural_exression()`.
SergeyBiryukov Dec 6, 2023
0300f88
Docs: Fix typo in `Gettext_Translations::parenthesize_plural_exressio…
SergeyBiryukov Dec 6, 2023
52854e2
HTML-API: Prevent unintended behavior when WP_HTML_Token is unseriali…
joemcgill Dec 6, 2023
8035bda
Docs: Improve documentation for `Custom_Image_Header` and `Custom_Bac…
SergeyBiryukov Dec 7, 2023
d859cbe
General: Avoid early initialization of variable in `get_bloginfo()`.
felixarntz Dec 7, 2023
525cd53
Themes: fix documentation link.
tellthemachines Dec 8, 2023
d1f73cd
Block Hooks: Fix `@ticket` references in tests, add missing ones.
ockham Dec 8, 2023
e1265a3
Database: Raise the minimum required version of MySQL.
desrosj Dec 8, 2023
be491e2
Build/Test Tools: Zip WordPress files before npm run clean
adamziel Dec 8, 2023
1325c63
Upload: Add missing escaping in `upload_space_setting()`.
SergeyBiryukov Dec 8, 2023
9bfb304
REST API: Pass correct number of arguments to the `comment_text` filter.
SergeyBiryukov Dec 9, 2023
13e055c
Docs: Correct the order of steps in the WordPress Core build process …
SergeyBiryukov Dec 10, 2023
1850589
Build/Test Tools: Fix the workflow that posts a preview link on every…
adamziel Dec 10, 2023
ac4f768
HTML API: Track spans of text with (offset, length) instead of (start…
adamziel Dec 10, 2023
8df5178
Build/Test Tools: Group GitHub Action Dependabot updates.
desrosj Dec 11, 2023
8e8adbb
Docs: Consistently document the `$body_id` global as a string.
SergeyBiryukov Dec 11, 2023
5eef2bb
Tests: Add unit tests for `wp_checkdate()`.
SergeyBiryukov Dec 12, 2023
edb416c
External Libraries: For Lodash, sync the declared version number with…
aaronjorbin Dec 13, 2023
32dd59b
HTML API: Add support for H1-H6 elements in the HTML Processor.
ockham Dec 13, 2023
144d098
Build/Test: Update name of test to show its breadth.
aaronjorbin Dec 13, 2023
09ec7e2
Toolbar: Add a Plugins link to the admin bar menu.
SergeyBiryukov Dec 13, 2023
f2c78fe
Docs: Fix typo in `WP_Date_Query::build_mysql_datetime()` DocBlock.
SergeyBiryukov Dec 14, 2023
7914d30
Docs: Document the `$wpdb` global in `WP_User::__construct()`.
SergeyBiryukov Dec 15, 2023
bd88eaf
Docs: Document the `$link` global in `get_bookmark()`.
SergeyBiryukov Dec 15, 2023
8e56669
General: Revert code changes from [57191].
SergeyBiryukov Dec 15, 2023
e5e8ccb
Docs: Document the `$current_screen` global in `_WP_Editors::editor()`.
SergeyBiryukov Dec 16, 2023
deda757
Docs: Document the `$wp_locale` global in `WP_Fatal_Error_Handler::ha…
SergeyBiryukov Dec 16, 2023
59947c5
Docs: Correct `$wp_the_query` global reference in `WP_Query::is_main_…
SergeyBiryukov Dec 17, 2023
1e29ef9
Docs: Document some globals in `wp-includes/deprecated.php`.
SergeyBiryukov Dec 18, 2023
fdc54a4
Build/Test Tools: Update third-party GitHub Actions.
desrosj Dec 18, 2023
6352f24
Build/Test Tools: Add more context to artifact names.
desrosj Dec 18, 2023
c78e3fb
Docs: Document the `$shortcode_tags` global in `wp_just_in_time_scrip…
SergeyBiryukov Dec 19, 2023
3c6680b
Build/Test: Add Tests for _wp_mysql_week.
aaronjorbin Dec 19, 2023
1bca32e
Tests: Correct the `@group` annotation for `_wp_mysql_week()` tests.
SergeyBiryukov Dec 20, 2023
cafaabf
HTML API: Apply linting changes to `@TODO` comments.
ockham Dec 20, 2023
e62bad5
Build/Test Tools: Post message for testing on Playground only after b…
swissspidy Dec 20, 2023
c6773ee
HTML API: Avoid processing incomplete tokens.
ockham Dec 20, 2023
d522886
Build/Test Tools: Raise minimum required version of Node.js/npm.
desrosj Dec 20, 2023
ed9ade3
Build/Test Tools: Add `engines` for default themes.
desrosj Dec 20, 2023
77dcb17
Themes: Improve the performance of `_get_block_templates_paths`.
joemcgill Dec 20, 2023
9cedd5f
Docs: Document some globals in `wp-includes/widgets.php`.
SergeyBiryukov Dec 21, 2023
4525e0c
Build/Test: Update Grunt Patch Wordpress for Node 20+.
aaronjorbin Dec 21, 2023
434ef23
Build/Test Tools: Make the install testing workflow more flexible.
desrosj Dec 22, 2023
23e0c3e
Build/Test Tools: Add missing PHP versions for 6.5 and 6.4.
desrosj Dec 22, 2023
ea2f0e6
Build/Test Tools: Run installation tests when data files are updated.
desrosj Dec 22, 2023
a29cff6
Build/Test Tools: Add missing MySQL versions for WordPress 5.0.
desrosj Dec 22, 2023
d1faee9
REST API: check parent and revision ids match before retrieving revis…
tellthemachines Dec 22, 2023
e3731cc
Docs: Remove unused `$posts` global reference in `get_attachment_temp…
SergeyBiryukov Dec 22, 2023
54a09a7
Build/Test: Add Tests for `wp_scheduled_delete`.
aaronjorbin Dec 22, 2023
c973689
Customize: Remove unused `$wpdb` global in `_wp_customize_publish_cha…
SergeyBiryukov Dec 23, 2023
e98fe1f
Docs: Document the `$wp_hasher` global in `wp_generate_user_request_k…
SergeyBiryukov Dec 24, 2023
e9f335d
Coding Standards: Correct alignment in `WP_HTML_Tag_Processor::apply_…
SergeyBiryukov Dec 25, 2023
0e28444
KSES: Add `background-repeat` to the list of safe CSS properties.
SergeyBiryukov Dec 26, 2023
455044e
Twenty Twenty-Four: Use consistent title case in custom template names.
SergeyBiryukov Dec 27, 2023
0928c1d
Docs: Document the `$post` global in REST API posts and revisions con…
SergeyBiryukov Dec 28, 2023
da1f881
External Libraries: Accessibility: Clean up `clipboard.js` Copy butto…
afercia Dec 28, 2023
9f7fc54
Canonical: Check if the `author` parameter is a string in `redirect_c…
SergeyBiryukov Dec 29, 2023
5df258b
Docs: Correct the variable name passed to the `determine_locale` filter.
SergeyBiryukov Dec 30, 2023
f759a36
Docs: Document the `$wp_registered_sidebars` global in `wp_map_sideba…
SergeyBiryukov Dec 31, 2023
7aa146d
Happy New Year! 😘
pento Jan 1, 2024
8e88bc8
Docs: Remove a trailing period from a URL in a `@see` tag.
SergeyBiryukov Jan 1, 2024
67296ea
Tests: Use more specific assertions in `wp_scheduled_delete()` tests.
SergeyBiryukov Jan 2, 2024
0e55989
Customize: Pass the previous status to post trash hooks when trashing…
SergeyBiryukov Jan 3, 2024
489b9e7
Docs: Replace "sanity" with "confidence" for inclusive language.
hellofromtonya Jan 3, 2024
43d2455
Fonts: Fix font_style typo in wp_print_font_faces().
Jan 3, 2024
e43275b
Tests: Add a unit test for post trash hooks executed when trashing a …
SergeyBiryukov Jan 4, 2024
cb85d88
Tests: Add a `@ticket` reference for `WP_Customize_Manager::trash_cha…
SergeyBiryukov Jan 5, 2024
15637fa
Docs: Fix typo in `twentyten_header_image_height` filter's docblock.
costdev Jan 6, 2024
b9ca649
Tests: Use `assertSame()` in some newly introduced tests.
SergeyBiryukov Jan 6, 2024
4c90a91
Site Health: Include site ID in debug data on multisite installations.
SergeyBiryukov Jan 7, 2024
f7041f1
Editor: add layout classes to legacy Group inner container.
tellthemachines Jan 8, 2024
b315d4e
Editor: add setting to disable layout content and wide size controls.
tellthemachines Jan 8, 2024
8b2ed2f
HTML API: Add explicit handling or failure for all tags.
ockham Jan 8, 2024
cc64516
Build/Test Tools: Remove `svn` debug command.
desrosj Jan 8, 2024
71cb3f8
Build/Test Tools: Increase the max old space size in Node.
desrosj Jan 8, 2024
868f2ef
Taxonomy: Check for empty term after DB sanitization in `wp_insert_te…
SergeyBiryukov Jan 8, 2024
fa421ca
Upgrade/Install: Check theme compatibility during bulk upgrades.
aaronjorbin Jan 8, 2024
2d764b4
Editor: add CSS var parsing for fontSize and fontFamily.
tellthemachines Jan 9, 2024
15b5be2
Editor: add size and repeat to background image support.
tellthemachines Jan 9, 2024
cb56405
Themes: Add theme support for appearance tools.
tellthemachines Jan 9, 2024
20f8b30
Docs: Add a mention of `appearance-tools` as a possible value for `ad…
SergeyBiryukov Jan 9, 2024
52720ef
Tests: Add hook priority call order tests.
hellofromtonya Jan 9, 2024
18cacc0
Editor: update npm packages in trunk for 6.4.3.
aaronjorbin Jan 9, 2024
788d709
Editor: output palette presets when appearance tools or border are en…
tellthemachines Jan 9, 2024
ca24196
Editor: Allow default duotone styles if not explicitly disabled in th…
tellthemachines Jan 10, 2024
57597d9
Editor: fix inline comment formatting.
tellthemachines Jan 10, 2024
3da3296
Customize: Correct a typo in a console warning message.
costdev Jan 10, 2024
eff1a3d
Docs: Correct some typos in docblocks and inline comments.
costdev Jan 10, 2024
7c1c48c
HTML API: Add support for list elements.
dmsnell Jan 10, 2024
543c9f5
Editor: Clarify single post and page template descriptions.
SergeyBiryukov Jan 10, 2024
7e7315b
Tests: Fix tests following r57265.
joedolson Jan 10, 2024
94b70f1
Media: Fix handling of multibyte exif description metadata.
joedolson Jan 10, 2024
fd42519
Tests: Remove some leftover debugging in `WP_REST_Revisions_Controlle…
SergeyBiryukov Jan 11, 2024
ed88ebb
JavaScript: Add new Modules API.
ockham Jan 11, 2024
c827e32
Administration: Accessibility: Improve color contrast of the Copy but…
afercia Jan 11, 2024
0bea937
Modules API: Fix indentation.
ockham Jan 11, 2024
efc2d9e
Administration: Remove invalid attribute `maxlength` on `number` input.
joedolson Jan 11, 2024
15cbfd5
Media: Fix inaccurate docs for `wp_attachment_is()`.
joedolson Jan 12, 2024
c363981
Users: Remove periods in checkbox labels for consistency.
joedolson Jan 12, 2024
f036880
Twenty Seventeen: Revert usage of `str_contains()` in theme files.
SergeyBiryukov Jan 12, 2024
c59b7b1
Twenty Twenty: Revert usage of `str_contains()` in theme files.
SergeyBiryukov Jan 12, 2024
454f2bf
Twenty Twenty-One: Revert usage of `str_contains()` in theme files.
SergeyBiryukov Jan 12, 2024
9ae009f
Tests: Correct the `@group` annotation in some tests.
SergeyBiryukov Jan 13, 2024
6089ffb
Docs: Improve `wp_admin_notice()` function docblock.
audrasjb Jan 14, 2024
753b41b
Docs: Fix wrong inline comment in `delete_theme()`.
audrasjb Jan 14, 2024
e3fc052
Bundled Themes: Add missing text domain to various block patterns.
audrasjb Jan 14, 2024
2c1a6ae
Twenty Seventeen: Fix wrong text-domain introduced in [57281].
audrasjb Jan 14, 2024
3d19b28
Administration: Introduce `new_admin_email_subject` filter.
audrasjb Jan 14, 2024
ba40e28
Tests: Move `wp_parse_list()` tests to their own file.
SergeyBiryukov Jan 14, 2024
56e16bd
Comments: Use `post_password_required()` for comment capability checks.
SergeyBiryukov Jan 15, 2024
0d109bd
Upgrade/Install: Fix JavaScript localization on install page.
swissspidy Jan 15, 2024
24531a9
I18N: Cache list of language file paths in `WP_Textdomain_Registry`.
swissspidy Jan 15, 2024
8dee781
Docs: Format `new_admin_email_content` placeholders as a list.
peterwilsoncc Jan 16, 2024
c3fd114
I18N: Do not use `trailingslashit` in `WP_Textdomain_Registry`.
swissspidy Jan 16, 2024
dd69139
Media: Consider inline image CSS width to backfill `width` and `heigh…
felixarntz Jan 16, 2024
35add73
Administration: Remove empty form `action` attributes.
joedolson Jan 16, 2024
68fd1e3
Bundled Themes: Version bump themes affected by #60241.
desrosj Jan 16, 2024
9d7bc51
Tests: Remove leftover `trailingslashit()` calls in `WP_Textdomain_Re…
SergeyBiryukov Jan 16, 2024
bfcf293
I18N: Correctly invalidate language file paths in `WP_Textdomain_Regi…
SergeyBiryukov Jan 16, 2024
a4500a1
Bundled Themes: Typo corrections in various themes docblocks.
audrasjb Jan 17, 2024
bb1c19f
Twenty Twenty: Replace `wp_date()` with `date_i18n()`.
audrasjb Jan 17, 2024
935f4d1
Docs: Fix var types of parameters in `sanitize_option()` and `sanitiz…
audrasjb Jan 17, 2024
c399654
I18N: Prevent PHP warning in `WP_Textdomain_Registry`.
swissspidy Jan 17, 2024
a64c96f
Twenty Twenty-Four: Remove extra tab character inside the text domain.
SergeyBiryukov Jan 17, 2024
0b7165e
I18N: Fix duplicate `determine_locale()` tests added in [57286].
swissspidy Jan 17, 2024
e707e37
Embeds: Ensure the deprecated function `print_emoji_styles` isn't used
aaronjorbin Jan 17, 2024
d4a77a3
Build/Test Tools: Fix unstable query tests.
felixarntz Jan 18, 2024
0c7b78e
Docs: Fix several typos in inline comments.
SergeyBiryukov Jan 18, 2024
c5fff20
Media: Redirect inactive attachement pages for logged-out users.
peterwilsoncc Jan 19, 2024
3287684
Twenty Twenty: Move the Inter font declaration to a separate file and…
SergeyBiryukov Jan 19, 2024
d17afcc
Bootstrap/Load: Introduce functions to check whether WordPress is ser…
felixarntz Jan 19, 2024
27ac620
Twenty Twenty: Add missing comma in `twentytwenty_classic_editor_styl…
SergeyBiryukov Jan 19, 2024
ecbd137
HTML API: Add support for HR element.
dmsnell Jan 19, 2024
5815624
Editor: Support deferred block variation initialization on the server.
joemcgill Jan 19, 2024
91e51f9
HTML API: Add support for BR, EMBED, & other tags.
dmsnell Jan 19, 2024
85de4aa
HTML API: Add support for PRE and LISTING elements.
dmsnell Jan 19, 2024
3d154d7
Media: Revert [57310].
peterwilsoncc Jan 19, 2024
edcc85c
HTML API: Cleanup tests and list of void elements.
dmsnell Jan 20, 2024
74abf14
Docs: Correct the placement of `@global` tags in `wp-settings.php`.
SergeyBiryukov Jan 20, 2024
4a2eb5c
Plugins: Correct table layout on smaller screens.
SergeyBiryukov Jan 21, 2024
5cd843e
Build/Test Tools: Expand "imagemin" Grunt task to cover default themes.
swissspidy Jan 22, 2024
d8785e3
Bundled Theme: Fix a couple of incorrect theme name references.
swissspidy Jan 22, 2024
b4eeefe
Twenty Twenty-Four: Update license information in readme.
swissspidy Jan 22, 2024
a1cf525
Docs: Correct the `WP_User Query` location reference in query cache t…
SergeyBiryukov Jan 22, 2024
6653002
HTML API: Support PARAM, SOURCE, and TRACK tags.
dmsnell Jan 23, 2024
3c4fbc3
Script Modules API: Rename `wp_module` to `wp_script_module`
dmsnell Jan 23, 2024
c9f04d4
Editor: fix classname output on blocks without layout.
tellthemachines Jan 23, 2024
ba42713
Editor: fix fluid font division by zero error when min and max viewpo…
tellthemachines Jan 23, 2024
d3ac623
Build Tools: Configure prettier properly.
youknowriad Jan 23, 2024
2e3b292
Editor: Set show_tagcloud to false for Pattern Categories.
youknowriad Jan 23, 2024
d0262ec
Editor: Ensure PHPUnit10 compatibility for ThemeJson unit test.
youknowriad Jan 23, 2024
e42e65d
Editor: Update the ThemeJson unit test to cover custom CSS feature.
youknowriad Jan 23, 2024
1381ad9
Editor: Define the labels of the pattern category taxonomy.
youknowriad Jan 23, 2024
3bf2b25
Editor: Fix back to items label capitalization for the pattern catego…
youknowriad Jan 23, 2024
de0c402
General: Add $schema property to block and theme JSON files.
ockham Jan 23, 2024
e83f5a1
I18N: Introduce a more performant localization library.
swissspidy Jan 23, 2024
5a8e44c
I18N: Add missing variable in string replacement.
swissspidy Jan 23, 2024
2f91b1f
I18N: Improve edge case handling in `WP_Translation_Controller`.
swissspidy Jan 23, 2024
a21e447
Editor: Unset reference used in foreach statement.
youknowriad Jan 23, 2024
5139923
Script Loader: Only emit CDATA wrapper comments in `wp_get_inline_scr…
westonruter Jan 23, 2024
86d4ac2
Docs: Add missing full stop in `WP_Comment_Query::parse_query()` DocB…
SergeyBiryukov Jan 23, 2024
78ef4f7
HTML API: Support INPUT tags.
dmsnell Jan 24, 2024
28fd787
I18N: Improve docblocks after [57337].
swissspidy Jan 24, 2024
6daf853
Script Loader: Load the modules to the footer in classic themes
youknowriad Jan 24, 2024
616e673
HTML API: Scan all syntax tokens in a document, read modifiable text.
dmsnell Jan 24, 2024
fa441af
Docs: Fix typo in `_get_block_template_file()` DocBlock.
SergeyBiryukov Jan 24, 2024
a615250
I18N: Rename `WP_Translation_Controller::instance()` method to `get_i…
swissspidy Jan 25, 2024
b617b5c
Twenty Twenty-Four: Change font family slug to lowercase.
swissspidy Jan 25, 2024
5bd13e7
Editor: Fix Theme.json application of custom root selector for styles.
youknowriad Jan 25, 2024
1fdafca
Editor: Add video and audio pattern categories.
youknowriad Jan 25, 2024
a92aa29
Block Hooks: Introduce a new `hooked_block_{$block_type}` filter.
ockham Jan 25, 2024
2526eab
Block Hooks: Amend PHPDoc for `hooked_block_{$hooked_block_type}` fil…
ockham Jan 25, 2024
bb14399
Docs: Fix a few typos in `wp-includes/pomo/po.php`.
SergeyBiryukov Jan 25, 2024
fe1df40
Media: Redirect inactive attachment pages for logged-out users.
aaronjorbin Jan 25, 2024
3cb6f03
Build/Tests: Ensure set_error_handler is cleaned up.
aaronjorbin Jan 26, 2024
d7d91b8
Build/Test Tools: Update third-party GitHub Actions.
desrosj Jan 26, 2024
311f45e
Build/Test Tools: Update the `caniuse` data.
desrosj Jan 26, 2024
5fbcb55
Coding Standards: Add missing escaping in `Custom_Image_Header::step_…
SergeyBiryukov Jan 26, 2024
338fb7e
Coding Standards: Fix some spaces on block-supports background.
jorgefilipecosta Jan 26, 2024
400a7ac
Editor: Add original_source and author_text to the templates REST API.
jorgefilipecosta Jan 27, 2024
5c4b488
Script Loader: Clarify in docs that `wp_get_inline_script_tag()` and …
westonruter Jan 27, 2024
0c4cc89
Tests: Expand `sanitize_text_field()` tests.
SergeyBiryukov Jan 27, 2024
a9e4769
Coding Standards: Add missing escaping functions to `WP_Customize_Con…
audrasjb Jan 28, 2024
c8e4c33
Docs: Improve various globals documentation, as per docblock standards.
audrasjb Jan 28, 2024
c786aa8
Docs: Typo correction in `wp_internal_hosts` docblock.
audrasjb Jan 28, 2024
e108d27
Coding Standards: Use strict type check for `in_array()` in `get_hook…
SergeyBiryukov Jan 28, 2024
adbd348
Editor: Add registry for block binding sources
gziolo Jan 29, 2024
9b0d0af
Coding Standards: Remove unnecessary access and internal annotations …
jorgefilipecosta Jan 29, 2024
2ce87aa
Editor: Add Block Bindings API helpers
gziolo Jan 29, 2024
393f673
Build/Test Tools: Update third-party Slack action.
desrosj Jan 29, 2024
cf8b74d
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
youknowriad Jan 29, 2024
90ad304
Coding Standards: Update PHPCS to version 3.8.1.
SergeyBiryukov Jan 29, 2024
94e6fe9
Build/Test Tools: Test against MySQL 8.3
desrosj Jan 30, 2024
0e0b100
REST API: Support assigning terms when creating attachments.
swissspidy Jan 30, 2024
179b680
I18N: Ensure `.l10n.php` files are deleted when upgrading language pa…
swissspidy Jan 30, 2024
b57c822
I18N: Delete `.l10n.php` files when deleting a theme.
swissspidy Jan 30, 2024
5466d3a
Editor: Fix PHP warning in Layout block support.
youknowriad Jan 30, 2024
a9c985c
Editor: Update the minimum compatible version of Gutenberg.
youknowriad Jan 30, 2024
cabfa6f
Tests: Remove redundant unregister call in block bindings tear down
gziolo Jan 30, 2024
71b8dcb
I18N: Improve singular lookup of pluralized strings.
swissspidy Jan 30, 2024
3e92635
I18N: Add missing space after `foreach` keyword.
swissspidy Jan 30, 2024
9573b33
Uploads: Check for and verify ZIP archives.
aaronjorbin Jan 30, 2024
a172e31
Install: When populating options, maybe_serialize instead of always s…
aaronjorbin Jan 30, 2024
377689a
Fixed Avatar Design Issue in Editor in 2019 theme
shail-mehta Oct 7, 2023
b81bf93
Reverted style-editor.css changes
shail-mehta Oct 8, 2023
87918c1
Added Empty Line at the end of css
shail-mehta Oct 8, 2023
31fff7e
Added Empty Line at the end of css
shail-mehta Oct 8, 2023
2837d82
Fixed Avatar Design Issue in Editor in Twenty Nineteen theme
shail-mehta Oct 12, 2023
2f785fd
Revert changes in style-editor.css
shail-mehta Oct 12, 2023
4eb35e6
Removed two Blank lines
shail-mehta Jan 30, 2024
02d2727
Revert Changes
shail-mehta Jan 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentynineteen/style-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -1604,4 +1604,4 @@ ul.wp-block-archives li ul,
padding-left: 0;
padding-right: 0;
width: 100%;
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please restore the empty line at the end of the file.

(Whoever commits the change could compile this stylesheet from the SCSS, but the file should remain unchanged if it is not compiled within the pull request.)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have Restored Last empty line.

12 changes: 12 additions & 0 deletions src/wp-content/themes/twentynineteen/style-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1020,3 +1020,15 @@ $group-block-background__padding: $font__size_base;
width: 100%;
}
}

/** === Post Author Block === */

.editor-styles-wrapper {

& .avatar,
& .wp-block-post-author__avatar img {
border-radius: 50%;
}

}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.editor-styles-wrapper {
& .avatar,
& .wp-block-post-author__avatar img {
border-radius: 50%;
}
}
.avatar,
.wp-block-post-author__avatar img {
border-radius: 100%;
}

Twenty Nineteen's editor styles automatically add the .editor-styles-wrapper selector. Also, while 50% may look like 100%, Twenty Nineteen uses 100% for the front end.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sabernhardt I have updated changes as per mentioned.


Loading