Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 05:55:08 PM (13 months ago)
Author:
espellcaste
Message:

Use wp_parse_url instead of parse_url to parse URLs.

Props imath
Closes https://github.com/buddypress/buddypress/pull/307
See #7228

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/messages/functions.php

    r13481 r13898  
    158158            'more' => __( '(and %d others)', 'buddypress' ),
    159159        ),
    160         'rootUrl'           => parse_url( $root_url, PHP_URL_PATH ),
     160        'rootUrl'           => wp_parse_url( $root_url, PHP_URL_PATH ),
    161161        'supportedRoutes'   => $routes,
    162162    );
Note: See TracChangeset for help on using the changeset viewer.