This website requires JavaScript.
Explore
Help
Sign In
WordPress-C
/
WordPress
mirror of
https://github.com/WordPress/WordPress.git
Watch
1
Star
0
Fork
You've already forked WordPress
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9c4632e9f6
WordPress
/
index.php
4 lines
72 B
PHP
Raw
Normal View
History
Unescape
Escape
The great renaming. git-svn-id: http://svn.automattic.com/wordpress/trunk@601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-10 19:22:36 -05:00
<
?
php
s/this lines/this line/ so as to deny the IRC denizens their idle amusement. git-svn-id: http://svn.automattic.com/wordpress/trunk@1133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-23 00:05:26 -04:00
/* Don't remove this line. */
Plugin enhancements. git-svn-id: http://svn.automattic.com/wordpress/trunk@1081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-15 22:24:37 -04:00
require
(
'./wp-blog-header.php'
);
Relocate default theme to themes/default. Remove special casing of default theme. Do not look directly in wp-content/ for default theme files. Simplify, simplify. git-svn-id: http://svn.automattic.com/wordpress/trunk@2032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-01 21:47:45 -05:00
?>