Skip to content
Snippets Groups Projects

ISTWCMS-7275: Rename "publication" to "reference" in custom block.

Open Igor Biki requested to merge feature/ISTWCMS-7275-ibiki-publications_rename into 1.1.x
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -668,13 +668,13 @@ class UwBlockAutoRender {
@@ -668,13 +668,13 @@ class UwBlockAutoRender {
}
}
/**
/**
* Function to get render array for publication references.
* Function to get a render array for references.
*
*
* @param array $config
* @param array $config
* The block config.
* The block config.
*
*
* @return array
* @return array
* Render array for profiles.
* Render an array for profiles.
*/
*/
private function getPublicationReferenceRenderArray(array $config): array {
private function getPublicationReferenceRenderArray(array $config): array {
Loading