Make WordPress Core


Ignore:
Timestamp:
09/03/2011 04:02:41 PM (13 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/class-wp-error.php

    r17771 r18633  
    7171     * @access public
    7272     *
    73      * @return array List of error codes, if avaiable.
     73     * @return array List of error codes, if available.
    7474     */
    7575    function get_error_codes() {
     
    103103     *
    104104     * @param string|int $code Optional. Retrieve messages matching code, if exists.
    105      * @return array Error strings on success, or empty array on failure (if using codee parameter).
     105     * @return array Error strings on success, or empty array on failure (if using code parameter).
    106106     */
    107107    function get_error_messages($code = '') {
Note: See TracChangeset for help on using the changeset viewer.