Changeset 11758
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-user-admin.php
r11723 r11758 89 89 * nice with Thickbox width/height see https://core.trac.wordpress.org/ticket/17249 90 90 * 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 enoug th91 * and we make sure the tb_window is wide enough 92 92 */ 93 93 wp_enqueue_style ( 'thickbox' ); -
trunk/tests/phpunit/testcases/core/functions/bpVerifyNonceRequest.php
r11256 r11758 50 50 $_SERVER['REQUEST_URI'] = '/wordpress/'; 51 51 52 // add port number and subdirec otry to home URL for testing52 // add port number and subdirectory to home URL for testing 53 53 add_filter( 'home_url', array( $this, 'add_port_and_subdirectory_to_home_url' ), 10, 3 ); 54 54
Note: See TracChangeset
for help on using the changeset viewer.