Skip to content

Commit

Permalink
Remove closing PHP tags from the rest of index.php files in wp-conten…
Browse files Browse the repository at this point in the history
…t, for consistency with wp-content/index.php.

props kraftbj.
fixes #23505.
Built from https://develop.svn.wordpress.org/trunk@28678


git-svn-id: http://core.svn.wordpress.org/trunk@28496 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
SergeyBiryukov committed Jun 5, 2014
1 parent f9792ed commit 5b26bda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion wp-content/plugins/index.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<?php
// Silence is golden.
?>
1 change: 0 additions & 1 deletion wp-content/themes/index.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<?php
// Silence is golden.
?>

0 comments on commit 5b26bda

Please sign in to comment.