Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
Untitled diff
Créé
il y a 11 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
3 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
31 lignes
Copier tout
6 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
33 lignes
Copier tout
<?php
<?php
/**
/**
* The template for displaying all pages.
* The template for displaying all pages.
*
*
* This is the template that displays all pages by default.
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site will use a
* and that other 'pages' on your WordPress site will use a
* different template.
* different template.
*
*
* @package WordPress
* @package WordPress
* @subpackage Twenty_Eleven
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
* @since Twenty Eleven 1.0
*/
*/
Copier
Copié
Copier
Copié
get_header();
?>
get_header();
get_sidebar( 'footer' );
Copier
Copié
Copier
Copié
?>
<div id="primary">
<div id="primary">
<div id="content" role="main">
<div id="content" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php get_template_part( 'content', 'page' ); ?>
Copier
Copié
Copier
Copié
<?php
comments_template( '', true ); ?>
<?php
//
comments_template( '', true ); ?>
<?php endwhile; // end of the loop. ?>
<?php endwhile; // end of the loop. ?>
</div><!-- #content -->
</div><!-- #content -->
Copier
Copié
Copier
Copié
</div><!-- #primary -->
</div><!-- #primary -->
<?php get_footer(); ?>
<?php get_footer(); ?>
Différences enregistrées
Texte d'origine
Ouvrir un fichier
<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package WordPress * @subpackage Twenty_Eleven * @since Twenty Eleven 1.0 */ get_header(); ?> <div id="primary"> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> <?php get_footer(); ?>
Texte modifié
Ouvrir un fichier
<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package WordPress * @subpackage Twenty_Eleven * @since Twenty Eleven 1.0 */ get_header(); get_sidebar( 'footer' ); ?> <div id="primary"> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php //comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> <?php get_footer(); ?>
Trouver la différence