Changeset 18633 for trunk/wp-includes/functions.php
- Timestamp:
- 09/03/2011 04:02:41 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r18606 r18633 21 21 * @param string $mysqlstring Time from mysql DATETIME field. 22 22 * @param bool $translate Optional. Default is true. Will switch format to locale. 23 * @return string Date format ed by $dateformatstring or locale (if available).23 * @return string Date formatted by $dateformatstring or locale (if available). 24 24 */ 25 25 function mysql2date( $dateformatstring, $mysqlstring, $translate = true ) { … … 3587 3587 * which is the case for PHP 4.X, then we cannot easily update the xml configuration file, 3588 3588 * hence we just bail out and tell user that pretty permalinks cannot be used. 3589 * This is not a big issue because PHP 4.X is going to be depr icated and for IIS it3589 * This is not a big issue because PHP 4.X is going to be deprecated and for IIS it 3590 3590 * is recommended to use PHP 5.X NTS. 3591 3591 * Next we check if the URL Rewrite Module 1.1 is loaded and enabled for the web site. When
Note: See TracChangeset
for help on using the changeset viewer.