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
{{ message }}
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
@@ -1087,7 +1087,7 @@ public function license_html_rdfa($deed_url, $license_name, $image_url,
1087
1087
$html .= $attribute_text;
1088
1088
}
1089
1089
}
1090
-
$html .= sprintf(__('is licensed under a <a rel="license" href="%s">%s</a>.', $this->localization_domain), $deed_url, $license_name);
1090
+
$html .= sprintf(__('is licensed under a <a rel="license" href="%s">%s</a> License.', $this->localization_domain), $deed_url, $license_name);
1091
1091
if ($source_work_url) {
1092
1092
$html .= '<br />';
1093
1093
$html .= sprintf(__('Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="%s" rel="dct:source">%s</a>.', $this->localization_domain), $source_work_url, $source_work_url);
@@ -1103,7 +1103,7 @@ public function license_html_rdfa($deed_url, $license_name, $image_url,
0 commit comments