Changes between Initial Version and Version 5 of Ticket #44837
- Timestamp:
- 08/27/2018 03:22:26 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44837
- Property Focuses coding-standards added
-
Property
Severity
changed from
normal
tominor
-
Property
Component
changed from
General
toAdministration
-
Property
Version
changed from
to
4.9.8
-
Property
Type
changed from
defect (bug)
toenhancement
-
Ticket #44837 – Description
initial v5 2 2 3 3 The codes are written like this 4 4 {{{ 5 5 <form class="search-form wp-clearfix" method="get"> 6 6 <input type="hidden" name="taxonomy" value="<?php echo esc_attr( $taxonomy ); ?>" /> … … 10 10 11 11 </form> 12 12 }}} 13 13 which needs to be indented properly to make it more understandable. This can be check in other files as well where we are writing HTML as well as PHP. In this tickets preview how exactly the code is written so I am adding a screenshot as well https://prnt.sc/kmcjeu