Changeset 12341
- Timestamp:
- 12/08/2009 07:59:34 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
wp-admin/includes/user.php (modified) (1 diff)
-
wp-config-sample.php (modified) (1 diff)
-
wp-content/themes/default/rtl.css (modified) (1 diff)
-
wp-includes/cron.php (modified) (1 diff)
-
wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/user.php
r11950 r12341 11 11 * 12 12 * It seems that the first half is for backwards compatibility, but only 13 * has the ability to alter the user's role. Word press core seems to13 * has the ability to alter the user's role. WordPress core seems to 14 14 * use this function only in the second way, running edit_user() with 15 15 * no id so as to create a new user. -
trunk/wp-config-sample.php
r10673 r12341 69 69 /* That's all, stop editing! Happy blogging. */ 70 70 71 /** WordPress absolute path to the Wordpress directory. */71 /** Absolute path to the WordPress directory. */ 72 72 if ( !defined('ABSPATH') ) 73 73 define('ABSPATH', dirname(__FILE__) . '/'); -
trunk/wp-content/themes/default/rtl.css
r10914 r12341 2 2 Theme name: WordPress Default - kubrick - 3 3 Editors: Navid Kashani 4 Persian Word press Project : wp-persian.com4 Persian WordPress Project : wp-persian.com 5 5 */ 6 6 body, .commentlist li, #commentform input, #commentform textarea, #commentform p, #sidebar, #wp-calendar caption { -
trunk/wp-includes/cron.php
r12120 r12341 9 9 * Schedules a hook to run only once. 10 10 * 11 * Schedules a hook which will be executed once by the Word press actions core at11 * Schedules a hook which will be executed once by the WordPress actions core at 12 12 * a time which you specify. The action will fire off when someone visits your 13 13 * WordPress site, if the schedule time has passed. -
trunk/wp-includes/formatting.php
r12302 r12341 1 1 <?php 2 2 /** 3 * Main Word press Formatting API.3 * Main WordPress Formatting API. 4 4 * 5 5 * Handles many functions for formatting output.
Note: See TracChangeset
for help on using the changeset viewer.