You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run into one of the computed variables added to `URL` as part of
#24165 when trying to move something related to `Media`.
Moving to WordPressShared allows using the helpers in multiple modules
and is a nice little standalone change that we can lock in already.
/// - Parameter newQueryItems: The new query items to add to the URL. These will **not** overwrite any existing items but are appended to the existing list.
126
126
/// - Returns: The URL with added query items.
@@ -134,7 +134,7 @@ extension URL {
134
134
135
135
/// Gravatar doesn't support "Cache-Control: none" header. So we add a random query parameter to
136
136
/// bypass the backend cache and get the latest image.
0 commit comments