Make WordPress Core


Ignore:
Timestamp:
09/03/2011 04:02:41 PM (15 years ago)
Author:
duck_
Message:

Fix typos in documentation (wp-includes/[a-h]). See #18560.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r18606 r18633  
    2121 * @param string $mysqlstring Time from mysql DATETIME field.
    2222 * @param bool $translate Optional. Default is true. Will switch format to locale.
    23  * @return string Date formated by $dateformatstring or locale (if available).
     23 * @return string Date formatted by $dateformatstring or locale (if available).
    2424 */
    2525function mysql2date( $dateformatstring, $mysqlstring, $translate = true ) {
     
    35873587         * which is the case for PHP 4.X, then we cannot easily update the xml configuration file,
    35883588         * 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 depricated and for IIS it
     3589         * This is not a big issue because PHP 4.X is going to be deprecated and for IIS it
    35903590         * is recommended to use PHP 5.X NTS.
    35913591         * 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.