Make WordPress Core

Changeset 29454


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

Fix some words that aren't words.

See #28885.

Location:
trunk/src
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/custom-background.php

    r29206 r29454  
    7373
    7474        /**
    75          * Make private properties setable for backwards compatibility.
     75         * Make private properties settable for backwards compatibility.
    7676         *
    7777         * @since 4.0.0
     
    100100
    101101        /**
    102          * Make private properties unsetable for backwards compatibility.
     102         * Make private properties un-settable for backwards compatibility.
    103103         *
    104104         * @since 4.0.0
  • trunk/src/wp-admin/custom-header.php

    r29206 r29454  
    9595
    9696        /**
    97          * Make private properties setable for backwards compatibility.
     97         * Make private properties settable for backwards compatibility.
    9898         *
    9999         * @since 4.0.0
     
    122122
    123123        /**
    124          * Make private properties unsetable for backwards compatibility.
     124         * Make private properties un-settable for backwards compatibility.
    125125         *
    126126         * @since 4.0.0
  • trunk/src/wp-admin/includes/ajax-actions.php

    r29356 r29454  
    19541954
    19551955/**
    1956  * Ajax handler for setting the featured image for an attachment.
     1956 * AJAX handler for setting the featured image for an attachment.
    19571957 *
    19581958 * @since 4.0.0
     
    26142614
    26152615/**
    2616  * Apply [embed] handlers to a string.
     2616 * Apply [embed] AJAX handlers to a string.
    26172617 *
    26182618 * @since 4.0.0
  • trunk/src/wp-admin/includes/class-wp-filesystem-base.php

    r29206 r29454  
    4646         * @access public
    4747         *
    48          * @param string $name
    49          * @return mixed
     48         * @param string $name Property to get.
     49         * @return mixed Property.
    5050         */
    5151        public function __get( $name ) {
     
    5454
    5555        /**
    56          * Make private properties setable for backwards compatibility.
     56         * Make private properties settable for backwards compatibility.
    5757         *
    5858         * @since 4.0.0
     
    8181
    8282        /**
    83          * Make private properties unsetable for backwards compatibility.
     83         * Make private properties un-settable for backwards compatibility.
    8484         *
    8585         * @since 4.0.0
  • 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
  • trunk/src/wp-admin/includes/meta-boxes.php

    r29099 r29454  
    4343} else {
    4444        $preview_link = set_url_scheme( get_permalink( $post->ID ) );
     45
    4546        /**
    4647         * Filter the URI of a post preview in the post submit box.
  • trunk/src/wp-includes/cache.php

    r29165 r29454  
    321321
    322322        /**
    323          * Make private properties setable for backwards compatibility.
     323         * Make private properties settable for backwards compatibility.
    324324         *
    325325         * @since 4.0.0
     
    348348
    349349        /**
    350          * Make private properties unsetable for backwards compatibility.
     350         * Make private properties un-settable for backwards compatibility.
    351351         *
    352352         * @since 4.0.0
  • trunk/src/wp-includes/class-wp-ajax-response.php

    r29145 r29454  
    4444
    4545        /**
    46          * Make private properties setable for backwards compatibility.
     46         * Make private properties settable for backwards compatibility.
    4747         *
    4848         * @since 4.0.0
     
    7171
    7272        /**
    73          * Make private properties unsetable for backwards compatibility.
     73         * Make private properties un-settable for backwards compatibility.
    7474         *
    7575         * @since 4.0.0
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r29451 r29454  
    432432        /**
    433433         * Prevent sending a 404 status when returning the response for the customize
    434          * preview, since it causes the jQuery Ajax to fail. Send 200 instead.
     434         * preview, since it causes the jQuery AJAX to fail. Send 200 instead.
    435435         *
    436436         * @since 4.0.0
  • trunk/src/wp-includes/class-wp-error.php

    r29144 r29454  
    8080
    8181        /**
    82          * Make private properties setable for backwards compatibility.
     82         * Make private properties settable for backwards compatibility.
    8383         *
    8484         * @since 4.0.0
     
    107107
    108108        /**
    109          * Make private properties unsetable for backwards compatibility.
     109         * Make private properties un-settable for backwards compatibility.
    110110         *
    111111         * @since 4.0.0
  • 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
  • trunk/src/wp-includes/class-wp.php

    r29216 r29454  
    677677
    678678        /**
    679          * Make private properties setable for backwards compatibility.
     679         * Make private properties settable for backwards compatibility.
    680680         *
    681681         * @since 4.0.0
     
    704704
    705705        /**
    706          * Make private properties unsetable for backwards compatibility.
     706         * Make private properties un-settable for backwards compatibility.
    707707         *
    708708         * @since 4.0.0
  • trunk/src/wp-includes/query.php

    r29257 r29454  
    39383938         * @access public
    39393939         *
    3940          * @param string $name Property to get
     3940         * @param string $name Property to get.
    39413941         * @return mixed Property.
    39423942         */
     
    39463946
    39473947        /**
    3948          * Make private properties setable for backwards compatibility.
     3948         * Make private properties settable for backwards compatibility.
    39493949         *
    39503950         * @since 4.0.0
     
    39593959
    39603960        /**
    3961          * Make private properties setable for backwards compatibility.
     3961         * Make private properties settable for backwards compatibility.
    39623962         *
    39633963         * @since 4.0.0
  • trunk/src/wp-includes/user.php

    r29363 r29454  
    859859         * @access public
    860860         *
    861          * @param string $name Property to get
     861         * @param string $name Property to get.
    862862         * @return mixed Property.
    863863         */
     
    867867
    868868        /**
    869          * Make private properties setable for backwards compatibility.
     869         * Make private properties settable for backwards compatibility.
    870870         *
    871871         * @since 4.0.0
     
    894894
    895895        /**
    896          * Make private properties unsetable for backwards compatibility.
     896         * Make private properties un-settable for backwards compatibility.
    897897         *
    898898         * @since 4.0.0
  • trunk/src/wp-includes/wp-diff.php

    r29139 r29454  
    445445
    446446        /**
    447          * Make private properties setable for backwards compatibility.
     447         * Make private properties settable for backwards compatibility.
    448448         *
    449449         * @since 4.0.0
     
    472472
    473473        /**
    474          * Make private properties unsetable for backwards compatibility.
     474         * Make private properties un-settable for backwards compatibility.
    475475         *
    476476         * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.