Diff
checker
テキスト
テキスト
画像
ドキュメント
Excel
フォルダ
Legal
Enterprise
デスクトップ
料金
ログイン
Diffchecker デスクトップのダウンロード
テキスト比較
2 つのテキスト ファイルの違いを見つける
ツール
履歴
ライブエディター
空白の変更を非表示
未変更行を折りたたむ
折り返しなし
レイアウト
分割
統合
比較精度
スマート
単語
文字
テキストスタイル
外観を変更
シンタックスハイライト
構文を選択
無視
テキスト変換
最初の差分へ移動
入力を編集
Diffchecker Desktop
Diffcheckerを実行する最も安全な方法。Diffchecker Desktopアプリを入手:あなたの差分はコンピューターから出ることはありません!
Desktopを入手
Untitled diff
作成日
11 年前
差分は期限切れになりません
クリア
エクスポート
共有
説明
0 削除
行
合計
削除
文字
合計
削除
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
21 行
すべてコピー
8 追加
行
合計
追加
文字
合計
追加
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
27 行
すべてコピー
<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 -->
コピー
コピー済み
コピー
コピー済み
<?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 -->
保存された差分
原文
ファイルを開く
<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 -->
変更されたテキスト
ファイルを開く
<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 -->
違いを見つける