[wp-trac] [WordPress Trac] #45919: Twenty Nineteen: Improve comments in `twentynineteen_setup`

WordPress Trac noreply at wordpress.org
Wed Nov 25 00:04:40 UTC 2020


#45919: Twenty Nineteen: Improve comments in `twentynineteen_setup`
---------------------------+-----------------------------
 Reporter:  laurelfulford  |       Owner:  (none)
     Type:  enhancement    |      Status:  new
 Priority:  normal         |   Milestone:  Future Release
Component:  Bundled Theme  |     Version:  5.0.2
 Severity:  normal         |  Resolution:
 Keywords:  needs-patch    |     Focuses:  docs
---------------------------+-----------------------------
Changes (by sabernhardt):

 * focuses:   => docs


Comment:

 These comments are the same in Twenty Twenty and Twenty Twenty-One.

 Here are suggestions for the first three theme supports:

 {{{
         // Add support for block-specific styles on the front end.
         add_theme_support( 'wp-block-styles' );

         // Add support for full and wide align images in blocks.
         add_theme_support( 'align-wide' );

         // Add support for editor styles in both classic and block
 editors.
         add_theme_support( 'editor-styles' );
 }}}

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


More information about the wp-trac mailing list