Make WordPress Core

Ticket #62437: 62437.diff

File 62437.diff, 942 bytes (added by sachinrajcp123, 7 months ago)
  • wp-content/themes/twentytwentyfour/functions.php

    diff --git a/wp-content/themes/twentytwentyfour/functions.php b/wp-content/themes/twentytwentyfour/functions.php
    index 1234567..89abcde 100644
    a b  
    11<?php
    2 /**
    3  * Theme functions and definitions
    4  */
     2/**
     3 * Theme functions and definitions
     4 *
     5 * @package Twenty_Twenty_Four
     6 */
     7
     8
    59// If this file is called directly, abort.
  • wp-content/themes/twentytwenty/functions.php

     if ( ! defined( 'ABSPATH' ) ) {
         exit;
    diff --git a/wp-content/themes/twentytwenty/functions.php b/wp-content/themes/twentytwenty/functions.php
    index aaa111b..ccc222d 100644
    a b  
    11<?php
    2 /**
    3  * Twenty Twenty theme functions and definitions
    4  */
     2/**
     3 * Twenty Twenty theme functions and definitions
     4 *
     5 * @package Twenty_Twenty
     6 */
     7
     8
    59// Theme setup starts here...