Make WordPress Core

Ticket #23505: 23505.patch

File 23505.patch, 677 bytes (added by kraftbj, 12 years ago)

Removed closing ?> tags from mentioned files.

  • wp-content/plugins/index.php

     
    11<?php
    2 // Silence is golden.
    3 ?>
    4  No newline at end of file
     2// Silence is golden.
     3 No newline at end of file
  • wp-content/themes/index.php

     
    11<?php
    2 // Silence is golden.
    3 ?>
    4  No newline at end of file
     2// Silence is golden.
     3 No newline at end of file