Make WordPress Core

Changeset 14932


Ignore:
Timestamp:
05/26/2010 04:36:42 AM (14 years ago)
Author:
nacin
Message:

Use a more generic HTML comment. props zeo, fixes #12695.

Location:
trunk/wp-content/themes/twentyten
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/attachment.php

    r14791 r14932  
    9595                        <?php edit_post_link( __( 'Edit', 'twentyten' ), ' <span class="edit-link">', '</span>' ); ?>
    9696                    </div><!-- .entry-utility -->
    97                 </div><!-- #post-<?php the_ID(); ?> -->
     97                </div><!-- #post-## -->
    9898
    9999<?php comments_template(); ?>
  • trunk/wp-content/themes/twentyten/loop.php

    r14786 r14932  
    155155                <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
    156156            </div><!-- .entry-utility -->
    157         </div><!-- #post-<?php the_ID(); ?> -->
     157        </div><!-- #post-## -->
    158158
    159159        <?php comments_template( '', true ); ?>
  • trunk/wp-content/themes/twentyten/onecolumn-page.php

    r14708 r14932  
    2828                        <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
    2929                    </div><!-- .entry-content -->
    30                 </div><!-- #post-<?php the_ID(); ?> -->
     30                </div><!-- #post-## -->
    3131
    3232                <?php comments_template( '', true ); ?>
  • trunk/wp-content/themes/twentyten/page.php

    r14708 r14932  
    3333                        <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
    3434                    </div><!-- .entry-content -->
    35                 </div><!-- #post-<?php the_ID(); ?> -->
     35                </div><!-- #post-## -->
    3636
    3737                <?php comments_template( '', true ); ?>
Note: See TracChangeset for help on using the changeset viewer.