mirror of
https://github.com/friendica/friendica
synced 2025-04-27 19:50:12 +00:00
Merge remote-tracking branch 'upstream/2023.03-rc' into npf2
This commit is contained in:
commit
c4c80ed3cc
266 changed files with 691 additions and 643 deletions
|
@ -58,7 +58,7 @@ class Link
|
|||
* @param int $uriId
|
||||
* @param string $url
|
||||
* @param string $size
|
||||
* @return string Found link URL + id on success, $url on failture
|
||||
* @return string Found link URL + id on success, $url on failure
|
||||
*/
|
||||
public static function getByLink(int $uriId, string $url, string $size = ''): string
|
||||
{
|
||||
|
|
|
@ -455,7 +455,7 @@ class Media
|
|||
}
|
||||
|
||||
/**
|
||||
* Tests for path patterns that are usef for picture links in Friendica
|
||||
* Tests for path patterns that are used for picture links in Friendica
|
||||
*
|
||||
* @param string $page Link to the image page
|
||||
* @param string $preview Preview picture
|
||||
|
@ -467,7 +467,7 @@ class Media
|
|||
}
|
||||
|
||||
/**
|
||||
* Tests for path patterns that are usef for picture links in Friendica
|
||||
* Tests for path patterns that are used for picture links in Friendica
|
||||
*
|
||||
* @param string $page Link to the image page
|
||||
* @param string $preview Preview picture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue