Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #49059, comment 11


Ignore:
Timestamp:
12/21/2019 07:18:42 PM (5 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49059, comment 11

    v1 v2  
    22> Which standard? 😁
    33
    4 The use of `echo '<p>' . function(...)`  vs. `?><p><?php` for HTML tags. Generally the former is preferred (see the examples)?
     4The use of `echo '<p>' . function(...)`  vs. `?><p><?php` for HTML tags. Generally the former is not preferred (see the examples)?
    55
    66> Define “better readability.”