Cast out the lowercase P demons that snuck in. http://www.google.com/search?q=out+out+you+demons+of+stupidity
git-svn-id: http://svn.automattic.com/wordpress/trunk@12341 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5fae5d7d61
commit
cff2ea75c7
|
@ -10,7 +10,7 @@
|
|||
* Creates a new user from the "Users" form using $_POST information.
|
||||
*
|
||||
* It seems that the first half is for backwards compatibility, but only
|
||||
* has the ability to alter the user's role. Wordpress core seems to
|
||||
* has the ability to alter the user's role. WordPress core seems to
|
||||
* use this function only in the second way, running edit_user() with
|
||||
* no id so as to create a new user.
|
||||
*
|
||||
|
|
|
@ -68,7 +68,7 @@ define ('WPLANG', '');
|
|||
|
||||
/* That's all, stop editing! Happy blogging. */
|
||||
|
||||
/** WordPress absolute path to the Wordpress directory. */
|
||||
/** Absolute path to the WordPress directory. */
|
||||
if ( !defined('ABSPATH') )
|
||||
define('ABSPATH', dirname(__FILE__) . '/');
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme name: WordPress Default - kubrick -
|
||||
Editors: Navid Kashani
|
||||
Persian Wordpress Project : wp-persian.com
|
||||
Persian WordPress Project : wp-persian.com
|
||||
*/
|
||||
body, .commentlist li, #commentform input, #commentform textarea, #commentform p, #sidebar, #wp-calendar caption {
|
||||
font-family:tahoma, arial;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
/**
|
||||
* Schedules a hook to run only once.
|
||||
*
|
||||
* Schedules a hook which will be executed once by the Wordpress actions core at
|
||||
* Schedules a hook which will be executed once by the WordPress actions core at
|
||||
* a time which you specify. The action will fire off when someone visits your
|
||||
* WordPress site, if the schedule time has passed.
|
||||
*
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* Main Wordpress Formatting API.
|
||||
* Main WordPress Formatting API.
|
||||
*
|
||||
* Handles many functions for formatting output.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue