Making WordPress.org

Ticket #3135: 3135.diff

File 3135.diff, 697 bytes (added by ronakganatra, 6 years ago)

Changed Require() function to require_once() for improvement.

  • api.wordpress.org/public_html/core/browse-happy/1.0/index.php

     api.wordpress.org/public_html/core/browse-happy/1.0/index.php | 2 +-
     browsehappy.com/public_html/js/modernizr-1.6.min.js           | 8 ++++----
     browsehappy.com/public_html/languages/browsehappy.pot         | 2 +-
     3 files changed, 6 insertions(+), 6 deletions(-)
    
    diff --git a/api.wordpress.org/public_html/core/browse-happy/1.0/index.php b/api.wordpress.org/public_html/core/browse-happy/1.0/index.php
    index 12c817c6..6c1d5586 100644
    a b  
    11<?php
    22
    3 require dirname( __FILE__ ) . '/parse.php';
     3require_once dirname( __FILE__ ) . '/parse.php';
    44
    55