[wp-trac] [WordPress Trac] #64732: Images Inserted into a Post Using Links with Center Alignment, Edited and Saved as HTML, Display Left Aligned

WordPress Trac noreply at wordpress.org
Fri Mar 6 18:37:38 UTC 2026


#64732: Images Inserted into a Post Using Links with Center Alignment, Edited and
Saved as HTML, Display Left Aligned
-----------------------------------------------+---------------------------
 Reporter:  ann47he1rpjggx6f3yso               |       Owner:  westonruter
     Type:  defect (bug)                       |      Status:  accepted
 Priority:  normal                             |   Milestone:  Awaiting
                                               |  Review
Component:  Script Loader                      |     Version:  6.9
 Severity:  normal                             |  Resolution:
 Keywords:  has-screenshots reporter-feedback  |     Focuses:
-----------------------------------------------+---------------------------
Changes (by westonruter):

 * keywords:  has-screenshots => has-screenshots reporter-feedback
 * milestone:  7.0 => Awaiting Review


Comment:

 Replying to [comment:18 ann47he1rpjggx6f3yso]:
 > ''How is the content for that post being rendered in the template?''
 > What template are you referring to?

 This URL: https://www.sharedbits.net/short-bits-2026/

 How is the template constructed? How does the content get rendered in the
 template? Is it using a simple `the_content()` template tag? Or is it
 getting added to the template in some other way? Since you aren't a theme
 developer, this is the information that would need to be investigated.

 > ''I suggest also reading the relevent section from the 6.9 performance
 guide to see if it applies to your situation.''
 > I really don't quite understand the referenced section since I'm not a
 WordPress or theme developer. Someone involved with WordPress development
 or a theme developer would be the better person to read that section. I'll
 update my post in the theme developer's support forum and see what they
 say.

 OK, thank you.

 > Well, at least we're getting somewhere. At first it was, ''I'm not
 seeing any difference.''

 Indeed. It's helpful when reporting a bug to share the URL for where the
 issue can be observed.

 Ultimately, it may be that your theme is built in a way that is not
 compatible with loading the block styles on demand as is now the default
 as of WP 6.9. In your case, it may be that you should just keep
 [https://wordpress.org/plugins/load-combined-core-block-assets/ that
 plugin] active indefinitely. Alternatively, you can update your theme to
 include this PHP code which has the same effect:

 {{{#!php
 <?php
 add_filter( 'should_load_separate_core_block_assets', '__return_true' );
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/64732#comment:19>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list