Make WordPress Core

Ticket #495: wp-commentsrss2-php-patch-E_NOTICE.diff

File wp-commentsrss2-php-patch-E_NOTICE.diff, 266 bytes (added by nbachiyski, 21 years ago)
  • wp-commentsrss2.php

    old new  
    11<?php
    2 if ( !$feed ) {
     2if ( !isset($feed) || !$feed ) {
    33        $withcomments = 1;
    44    require('wp-blog-header.php');
    55}