Make WordPress Core


Ignore:
Timestamp:
08/09/2014 07:29:37 PM (10 years ago)
Author:
DrewAPicture
Message:

Fix some words that aren't words.

See #28885.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-walker.php

    r29165 r29454  
    4141
    4242    /**
    43      * Wether the current element has children or not. To be used in start_el()
     43     * Wether the current element has children or not.
     44     *
     45     * To be used in start_el().
    4446     *
    4547     * @since 4.0.0
     
    6365
    6466    /**
    65      * Make private properties setable for backwards compatibility.
     67     * Make private properties settable for backwards compatibility.
    6668     *
    6769     * @since 4.0.0
     
    9092
    9193    /**
    92      * Make private properties unsetable for backwards compatibility.
     94     * Make private properties un-settable for backwards compatibility.
    9395     *
    9496     * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.