Diff
checker
टेक्स्ट
टेक्स्ट
छवियां
दस्तावेज़
Excel
फ़ोल्डर्स
Legal
Enterprise
डेस्कटॉप
मूल्य
साइन इन करें
Diffchecker डेस्कटॉप डाउनलोड करें
टेक्स्ट की तुलना करें
दो टेक्स्ट फ़ाइलों के बीच अंतर ढूंढें
उपकरण
इतिहास
प्रदर्शन
लेआउट
विभाजित
संयुक्त
रियल-टाइम एडिटर
रिक्त स्थान छिपाएँ
अपरिवर्तित संक्षिप्त करें
लाइन रैप बंद
परिवर्तन हाइलाइट करें
स्मार्ट
सिंटैक्स
कोई नहीं
दिखावट बदलें
प्रोसेसिंग
अनदेखा करें
टेक्स्ट बदलें
पहले अंतर पर जाएँ
इनपुट संपादित करें
Diffchecker Desktop
Diffchecker चलाने का सबसे सुरक्षित तरीका। Diffchecker Desktop ऐप पाएं: आपके diffs कभी आपके कंप्यूटर से बाहर नहीं जाते!
Desktop पाएं
Untitled diff
बनाया गया
10 वर्ष पहले
Diff कभी समाप्त नहीं होता
साफ़
निर्यात करें
शेयर करें
समझाएं
11 हटाए गए
लाइनें
कुल
हटाया गया
अक्षर
कुल
हटाया गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
32 लाइनें
सभी को कॉपी करें
97 जोड़े गए
लाइनें
कुल
जोड़ा गया
अक्षर
कुल
जोड़ा गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
117 लाइनें
सभी को कॉपी करें
<?php
<?php
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
/**
* Genesis Sample.
*
* This file adds functions to the Genesis Sample Theme.
*
* @package Genesis Sample
* @author StudioPress
* @license GPL-2.0+
* @link http://www.studiopress.com/
*/
//* Start the engine
//* Start the engine
include_once( get_template_directory() . '/lib/init.php' );
include_once( get_template_directory() . '/lib/init.php' );
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
//* Setup Theme
include_once( get_stylesheet_directory() . '/lib/theme-defaults.php' );
//* Set Localization (do not remove)
load_child_theme_textdomain( 'genesis-sample', apply_filters( 'child_theme_textdomain', get_stylesheet_directory() . '/languages', 'genesis-sample' ) );
//* Add Image upload and Color select to WordPress Theme Customizer
require_once( get_stylesheet_directory() . '/lib/customize.php' );
//* Include Customizer CSS
include_once( get_stylesheet_directory() . '/lib/output.php' );
//* Child theme (do not remove)
//* Child theme (do not remove)
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
define( 'CHILD_THEME_NAME', 'Genesis Sample
Theme
' );
define( 'CHILD_THEME_NAME', 'Genesis Sample
' );
define( 'CHILD_THEME_URL', 'http://www.studiopress.com/' );
define( 'CHILD_THEME_URL', 'http://www.studiopress.com/' );
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
define( 'CHILD_THEME_VERSION', '2.2.
2
' );
define( 'CHILD_THEME_VERSION', '2.2.
3
' );
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
//* Enqueue
Google Fonts
//* Enqueue
Scripts and Styles
add_action( 'wp_enqueue_scripts', 'genesis_sample_
google_fonts
' );
add_action( 'wp_enqueue_scripts', 'genesis_sample_
enqueue_scripts_styles
' );
function genesis_sample_
google_fonts
() {
function genesis_sample_
enqueue_scripts_styles
() {
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
wp_enqueue_style( '
google
-fonts', '//fonts.googleapis.com/css?family=
Lato:3
00,
4
00,700', array(), CHILD_THEME_VERSION );
wp_enqueue_style( '
genesis-sample
-fonts', '//fonts.googleapis.com/css?family=
Source+Sans+Pro:4
00,
6
00,700', array(), CHILD_THEME_VERSION );
wp_enqueue_style( 'dashicons' );
wp_enqueue_script( 'genesis-sample-responsive-menu', get_stylesheet_directory_uri() . '/js/responsive-menu.js', array( 'jquery' ), '1.0.0', true );
$output = array(
'mainMenu' => __( 'Menu', 'genesis-sample' ),
'subMenu' => __( 'Menu', 'genesis-sample' ),
);
wp_localize_script( 'genesis-sample-responsive-menu', 'genesisSampleL10n', $output );
}
}
//* Add HTML5 markup structure
//* Add HTML5 markup structure
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
add_theme_support( 'html5', array( '
search-form
', 'comment-form', 'comment-list'
) );
add_theme_support( 'html5', array( '
caption
', 'comment-form', 'comment-list'
, 'gallery', 'search-form'
) );
//* Add Accessibility support
//* Add Accessibility support
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
add_theme_support( 'genesis-accessibility', array( '
headings
', 'drop-down-menu',
'search-form', 'skip-links'
, 'rems'
) );
add_theme_support( 'genesis-accessibility', array( '
404-page
', 'drop-down-menu',
'headings', 'rems',
'search-form', 'skip-links'
) );
//* Add viewport meta tag for mobile browsers
//* Add viewport meta tag for mobile browsers
add_theme_support( 'genesis-responsive-viewport' );
add_theme_support( 'genesis-responsive-viewport' );
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
//* Add support for custom header
add_theme_support( 'custom-header', array(
'width' => 600,
'height' => 160,
'header-selector' => '.site-title a',
'header-text' => false,
'flex-height' => true,
) );
//* Add support for custom background
//* Add support for custom background
add_theme_support( 'custom-background' );
add_theme_support( 'custom-background' );
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
//* Add support for after entry widget
add_theme_support( 'genesis-after-entry-widget-area' );
//* Add support for 3-column footer widgets
//* Add support for 3-column footer widgets
add_theme_support( 'genesis-footer-widgets', 3 );
add_theme_support( 'genesis-footer-widgets', 3 );
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
//* Add Image Sizes
add_image_size( 'featured-image', 720, 400, TRUE );
//* Rename primary and secondary navigation menus
add_theme_support( 'genesis-menus' , array( 'primary' => __( 'After Header Menu', 'genesis-sample' ), 'secondary' => __( 'Footer Menu', 'genesis-sample' ) ) );
//* Reposition the secondary navigation menu
remove_action( 'genesis_after_header', 'genesis_do_subnav' );
add_action( 'genesis_footer', 'genesis_do_subnav', 5 );
//* Reduce the secondary navigation menu to one level depth
add_filter( 'wp_nav_menu_args', 'genesis_sample_secondary_menu_args' );
function genesis_sample_secondary_menu_args( $args ) {
if ( 'secondary' != $args['theme_location'] ) {
return $args;
}
$args['depth'] = 1;
return $args;
}
//* Modify size of the Gravatar in the author box
add_filter( 'genesis_author_box_gravatar_size', 'genesis_sample_author_box_gravatar' );
function genesis_sample_author_box_gravatar( $size ) {
return 90;
}
//* Modify size of the Gravatar in the entry comments
add_filter( 'genesis_comment_list_args', 'genesis_sample_comments_gravatar' );
function genesis_sample_comments_gravatar( $args ) {
$args['avatar_size'] = 60;
return $args;
}
सेव किए गए Diffs
ऑरिजनल टेक्स्ट
फ़ाइल खोलें
<?php //* Start the engine include_once( get_template_directory() . '/lib/init.php' ); //* Child theme (do not remove) define( 'CHILD_THEME_NAME', 'Genesis Sample Theme' ); define( 'CHILD_THEME_URL', 'http://www.studiopress.com/' ); define( 'CHILD_THEME_VERSION', '2.2.2' ); //* Enqueue Google Fonts add_action( 'wp_enqueue_scripts', 'genesis_sample_google_fonts' ); function genesis_sample_google_fonts() { wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Lato:300,400,700', array(), CHILD_THEME_VERSION ); } //* Add HTML5 markup structure add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list' ) ); //* Add Accessibility support add_theme_support( 'genesis-accessibility', array( 'headings', 'drop-down-menu', 'search-form', 'skip-links', 'rems' ) ); //* Add viewport meta tag for mobile browsers add_theme_support( 'genesis-responsive-viewport' ); //* Add support for custom background add_theme_support( 'custom-background' ); //* Add support for 3-column footer widgets add_theme_support( 'genesis-footer-widgets', 3 );
परिवर्तित टेक्स्ट
फ़ाइल खोलें
<?php /** * Genesis Sample. * * This file adds functions to the Genesis Sample Theme. * * @package Genesis Sample * @author StudioPress * @license GPL-2.0+ * @link http://www.studiopress.com/ */ //* Start the engine include_once( get_template_directory() . '/lib/init.php' ); //* Setup Theme include_once( get_stylesheet_directory() . '/lib/theme-defaults.php' ); //* Set Localization (do not remove) load_child_theme_textdomain( 'genesis-sample', apply_filters( 'child_theme_textdomain', get_stylesheet_directory() . '/languages', 'genesis-sample' ) ); //* Add Image upload and Color select to WordPress Theme Customizer require_once( get_stylesheet_directory() . '/lib/customize.php' ); //* Include Customizer CSS include_once( get_stylesheet_directory() . '/lib/output.php' ); //* Child theme (do not remove) define( 'CHILD_THEME_NAME', 'Genesis Sample' ); define( 'CHILD_THEME_URL', 'http://www.studiopress.com/' ); define( 'CHILD_THEME_VERSION', '2.2.3' ); //* Enqueue Scripts and Styles add_action( 'wp_enqueue_scripts', 'genesis_sample_enqueue_scripts_styles' ); function genesis_sample_enqueue_scripts_styles() { wp_enqueue_style( 'genesis-sample-fonts', '//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700', array(), CHILD_THEME_VERSION ); wp_enqueue_style( 'dashicons' ); wp_enqueue_script( 'genesis-sample-responsive-menu', get_stylesheet_directory_uri() . '/js/responsive-menu.js', array( 'jquery' ), '1.0.0', true ); $output = array( 'mainMenu' => __( 'Menu', 'genesis-sample' ), 'subMenu' => __( 'Menu', 'genesis-sample' ), ); wp_localize_script( 'genesis-sample-responsive-menu', 'genesisSampleL10n', $output ); } //* Add HTML5 markup structure add_theme_support( 'html5', array( 'caption', 'comment-form', 'comment-list', 'gallery', 'search-form' ) ); //* Add Accessibility support add_theme_support( 'genesis-accessibility', array( '404-page', 'drop-down-menu', 'headings', 'rems', 'search-form', 'skip-links' ) ); //* Add viewport meta tag for mobile browsers add_theme_support( 'genesis-responsive-viewport' ); //* Add support for custom header add_theme_support( 'custom-header', array( 'width' => 600, 'height' => 160, 'header-selector' => '.site-title a', 'header-text' => false, 'flex-height' => true, ) ); //* Add support for custom background add_theme_support( 'custom-background' ); //* Add support for after entry widget add_theme_support( 'genesis-after-entry-widget-area' ); //* Add support for 3-column footer widgets add_theme_support( 'genesis-footer-widgets', 3 ); //* Add Image Sizes add_image_size( 'featured-image', 720, 400, TRUE ); //* Rename primary and secondary navigation menus add_theme_support( 'genesis-menus' , array( 'primary' => __( 'After Header Menu', 'genesis-sample' ), 'secondary' => __( 'Footer Menu', 'genesis-sample' ) ) ); //* Reposition the secondary navigation menu remove_action( 'genesis_after_header', 'genesis_do_subnav' ); add_action( 'genesis_footer', 'genesis_do_subnav', 5 ); //* Reduce the secondary navigation menu to one level depth add_filter( 'wp_nav_menu_args', 'genesis_sample_secondary_menu_args' ); function genesis_sample_secondary_menu_args( $args ) { if ( 'secondary' != $args['theme_location'] ) { return $args; } $args['depth'] = 1; return $args; } //* Modify size of the Gravatar in the author box add_filter( 'genesis_author_box_gravatar_size', 'genesis_sample_author_box_gravatar' ); function genesis_sample_author_box_gravatar( $size ) { return 90; } //* Modify size of the Gravatar in the entry comments add_filter( 'genesis_comment_list_args', 'genesis_sample_comments_gravatar' ); function genesis_sample_comments_gravatar( $args ) { $args['avatar_size'] = 60; return $args; }
अंतर खोजें