Make WordPress Core

Changes between Version 9 and Version 18 of Ticket #17748


Ignore:
Timestamp:
06/11/2011 05:38:55 AM (13 years ago)
Author:
dd32
Comment:
  • content-image.php - Post format Image when viewing in archives is.. different
    • Doesnt display the actual image PECAK
    • The footer meta is a strange colour not inline with the theme
    • The footer meta text is not full width, Categories and Tags end up on different lines
    • Link colour is overridden
  • regarding the get_post_type() calls, content-{post format}.php should not need these, Post formats only apply to posts..

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17748 – Description

    v9 v18  
    1111 * ~~ content-status.php - Dead code, and avoid using the post type itself~~
    1212 * content.php - ~~Applies to most files, using 'echo=0' on a few items,~~ $show_sep code is rather convuluted as well, perhaps appending to an array and imploding it would be cleaner, This style of code is used in a few places, but not all.
    13  * image.php - Has verbose Comments vs. Trackbacks being closed text, This text isnt used on other pages, only mention of Trackbacks are on this template too
     13 * ~~image.php - Has verbose Comments vs. Trackbacks being closed text, This text isnt used on other pages, only mention of Trackbacks are on this template too~~
    1414 * ~~inc/theme-options.php - Use $hook_suffix within an hook name instead of attaching to the generic action~~
    1515 * ~~single.php() - Dead code~~