- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpMakeLinkRelative.php
r51623 r52010 39 39 * @ticket 26819 40 40 */ 41 function test_wp_make_link_relative_with_no_path() {41 public function test_wp_make_link_relative_with_no_path() { 42 42 $link = 'http://example.com'; 43 43 $relative_link = wp_make_link_relative( $link );
Note: See TracChangeset
for help on using the changeset viewer.