Skip to:
Content

BuddyPress.org

Changeset 11758


Ignore:
Timestamp:
12/04/2017 04:05:33 AM (7 years ago)
Author:
netweb
Message:

General: Fix a couple of inline docs spelling mistakes.

Props @1naveengiri.
Fixes #7638.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-user-admin.php

    r11723 r11758  
    8989         * nice with Thickbox width/height see https://core.trac.wordpress.org/ticket/17249
    9090         * Using media-upload might be interesting in the future for the send to editor stuff
    91          * and we make sure the tb_window is wide enougth
     91         * and we make sure the tb_window is wide enough
    9292         */
    9393        wp_enqueue_style ( 'thickbox' );
  • trunk/tests/phpunit/testcases/core/functions/bpVerifyNonceRequest.php

    r11256 r11758  
    5050        $_SERVER['REQUEST_URI'] = '/wordpress/';
    5151
    52         // add port number and subdirecotry to home URL for testing
     52        // add port number and subdirectory to home URL for testing
    5353        add_filter( 'home_url', array( $this, 'add_port_and_subdirectory_to_home_url' ), 10, 3 );
    5454
Note: See TracChangeset for help on using the changeset viewer.