File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
components/DataLiberation/URL Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ function wp_rewrite_urls( $options ) {
6565 return $ p ->get_updated_html ();
6666}
6767
68- /**
69- * Check if a given URL matches the current site URL.
70- *
71- * @param URL $child The URL to check.
72- * @param string $parent_url The current site URL to compare against.
73- *
74- * @return bool Whether the URL matches the current site URL.
75- */
68+ /**
69+ * Check if a given URL matches the current site URL.
70+ *
71+ * @param URL $child The URL to check.
72+ * @param string $parent_url The current site URL to compare against.
73+ *
74+ * @return bool Whether the URL matches the current site URL.
75+ */
7676function is_child_url_of ( $ child , $ parent_url ) {
7777 $ parent_url = is_string ( $ parent_url ) ? WPURL ::parse ( $ parent_url ) : $ parent_url ;
7878 $ child = is_string ( $ child ) ? WPURL ::parse ( $ child ) : $ child ;
You can’t perform that action at this time.
0 commit comments