Merge branch '5.4' into 5.5
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 25 Jan 2023 09:11:59 +0000 (10:11 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 25 Jan 2023 09:11:59 +0000 (10:11 +0100)
1  2 
docs/javascript/general-usage.md
docs/view/template-plugins.md

index 9353634daa51b373d8b5ebe079fa3486f297da9c,5909c261722e7293a4f379c8585f83eb07583820..34b6ca58bc2222062e6dd5d8709c10cae3d791a0
@@@ -87,11 -87,13 +87,11 @@@ the minified and optimized file to the 
  
  !!! info "You can learn more on the [Accelerated Guest View](../migration/wsc30/javascript.md) in the migration docs."
  
 -The "Accelerated Guest View" was introduced in WoltLab Suite 3.1 and aims to
 -decrease page size and to improve responsiveness by enabling a read-only mode
 -for visitors. If you are providing a separate compiled build for this mode, you'll
 -need to include yet another switch to serve the right version to the visitor.
 +The “Accelerated Guest View” aims to decrease page size and to improve responsiveness by enabling a read-only mode for visitors.
 +If you are providing a separate compiled build for this mode, you'll need to include yet another switch to serve the right version to the visitor.
  
  ```html
- <script data-relocate="true" src="{@$__wcf->getPath('app')}js/App{if !ENABLE_DEBUG_MODE}{if VISITOR_USE_TINY_BUILD}.tiny{/if}.min{/if}.js?t={@LAST_UPDATE_TIME}"></script>
+ <script data-relocate="true" src="{$__wcf->getPath('app')}js/App{if !ENABLE_DEBUG_MODE}{if VISITOR_USE_TINY_BUILD}.tiny{/if}.min{/if}.js?t={@LAST_UPDATE_TIME}"></script>
  ```
  
  ### The `{js}` Template Plugin
Simple merge