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-admin/includes/class-wp-list-table.php

    r29440 r29454  
    110110
    111111    /**
    112      * Make private properties setable for backwards compatibility.
     112     * Make private properties settable for backwards compatibility.
    113113     *
    114114     * @since 4.0.0
    115115     * @access public
    116116     *
    117      * @param string $name  Propert to set.
     117     * @param string $name  Property to set.
    118118     * @param mixed  $value Property value.
    119119     * @return mixed Newly-set property.
     
    137137
    138138    /**
    139      * Make private properties unsetable for backwards compatibility.
     139     * Make private properties un-settable for backwards compatibility.
    140140     *
    141141     * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.