Changes between Version 18 and Version 26 of Ticket #17748
- Timestamp:
- 06/13/2011 05:35:44 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17748 – Description
v18 v26 4 4 * ~~ archive.php - doesnt need to call the_post(); only uses global query conditionals.~~ 5 5 * ~~ author.php - comment typo~~ 6 * comments.php - has to check get_option( 'page_comments' ) ? Shouldn't that be included within get_comment_pages_count() instead to short-circuit it?6 * ~~ comments.php - has to check get_option( 'page_comments' ) ? Shouldn't that be included within get_comment_pages_count() instead to short-circuit it? ~~ See #17778 7 7 * ~~ content-aside.php, content-link.php, content-image.php, content-quote.php, - use get_post_type() instead of $post->post_type~~ 8 8 * ~~ content-gallery.php - indentation (trivial I know)~~ … … 10 10 * content-single.php doesnt have a post = post_type conditional on date meta like most of the rest of the content items. 11 11 * ~~ content-status.php - Dead code, and avoid using the post type itself~~ 12 * 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.12 * 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.~~ $show_sep is stuck there for the time being, array+imploding can't be done with all of the meta's due to echo-only items. Strcuture/indentation could clean it up 13 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~~ 14 14 * ~~inc/theme-options.php - Use $hook_suffix within an hook name instead of attaching to the generic action~~