[wp-trac] [WordPress Trac] #51950: Post ID missing in comments
    WordPress Trac 
    noreply at wordpress.org
       
    Sun Dec  6 21:09:21 UTC 2020
    
    
  
#51950: Post ID missing in comments
------------------------------+-----------------------------
 Reporter:  arcangelini       |      Owner:  (none)
     Type:  defect (bug)      |     Status:  new
 Priority:  normal            |  Milestone:  Awaiting Review
Component:  General           |    Version:
 Severity:  normal            |   Keywords:
  Focuses:  coding-standards  |
------------------------------+-----------------------------
 The post id number is missing in the code comment of the content loop.
 Specifically in: `twentytwentyone/template-parts/content/content.php:46`
 {{{
 </article><!-- #post-${ID} -->
 }}}
 Should be...
 {{{
 </article><!-- #post-<?php the_ID(); ?> -->
 }}}
-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/51950>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
    
    
More information about the wp-trac
mailing list