Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide whitespace changes
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Text styles
Change appearance
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
11 years ago
Diff never expires
Clear
Export
Share
Explain
0 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
21 lines
Copy
8 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
27 lines
Copy
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr( 'Permalink to %s' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr( 'Permalink to %s' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<div class="entry-meta">
<div class="entry-meta">
<?php echo retina_post_date() . retina_post_comments() . retina_post_author() . retina_post_sticky() . retina_post_edit_link(); ?>
<?php echo retina_post_date() . retina_post_comments() . retina_post_author() . retina_post_sticky() . retina_post_edit_link(); ?>
</div><!-- .entry-meta -->
</div><!-- .entry-meta -->
Copy
Copied
Copy
Copied
<?php
retina_featured_image();
?>
<?php
if(function_exists('has_post_video') && has_post_video()):
the_post_video();
else:
retina_featured_image();
endif;
?>
<div class="entry-content clearfix">
<div class="entry-content clearfix">
<?php retina_post_style(); ?>
<?php retina_post_style(); ?>
</div> <!-- end .entry-content -->
</div> <!-- end .entry-content -->
<?php echo retina_link_pages(); ?>
<?php echo retina_link_pages(); ?>
<div class="entry-meta-bottom">
<div class="entry-meta-bottom">
<?php echo retina_post_category() . retina_post_tags(); ?>
<?php echo retina_post_category() . retina_post_tags(); ?>
</div><!-- .entry-meta-bottom -->
</div><!-- .entry-meta-bottom -->
</div> <!-- end #post-<?php the_ID(); ?> .post_class -->
</div> <!-- end #post-<?php the_ID(); ?> .post_class -->
Saved diffs
Original text
Open file
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr( 'Permalink to %s' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <div class="entry-meta"> <?php echo retina_post_date() . retina_post_comments() . retina_post_author() . retina_post_sticky() . retina_post_edit_link(); ?> </div><!-- .entry-meta --> <?php retina_featured_image(); ?> <div class="entry-content clearfix"> <?php retina_post_style(); ?> </div> <!-- end .entry-content --> <?php echo retina_link_pages(); ?> <div class="entry-meta-bottom"> <?php echo retina_post_category() . retina_post_tags(); ?> </div><!-- .entry-meta-bottom --> </div> <!-- end #post-<?php the_ID(); ?> .post_class -->
Changed text
Open file
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr( 'Permalink to %s' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <div class="entry-meta"> <?php echo retina_post_date() . retina_post_comments() . retina_post_author() . retina_post_sticky() . retina_post_edit_link(); ?> </div><!-- .entry-meta --> <?php if(function_exists('has_post_video') && has_post_video()): the_post_video(); else: retina_featured_image(); endif; ?> <div class="entry-content clearfix"> <?php retina_post_style(); ?> </div> <!-- end .entry-content --> <?php echo retina_link_pages(); ?> <div class="entry-meta-bottom"> <?php echo retina_post_category() . retina_post_tags(); ?> </div><!-- .entry-meta-bottom --> </div> <!-- end #post-<?php the_ID(); ?> .post_class -->
Find difference