-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #6664 replace occurrences of <?php echo with <?= (dr-matt-smith)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6664). Discussion ---------- replace occurrences of <?php echo with <?= ```<?=``` now a first class citizen of PHP code ```<?=``` nicely equates to ```{{ }}``` in Twig - i.e. output string casting of expression leaving ```<?php``` logic blocks to equate to Twig ```{%``` .. matt .. Commits ------- 198ab4a replace occurrences of <?php echo with <?=
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters