Make WordPress Core

Changes between Initial Version and Version 5 of Ticket #44837


Ignore:
Timestamp:
08/27/2018 03:22:26 PM (6 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44837

    • Property Focuses coding-standards added
    • Property Severity changed from normal to minor
    • Property Component changed from General to Administration
    • Property Version changed from to 4.9.8
    • Property Type changed from defect (bug) to enhancement
  • Ticket #44837 – Description

    initial v5  
    22
    33The codes are written like this
    4 
     4{{{
    55<form class="search-form wp-clearfix" method="get">
    66<input type="hidden" name="taxonomy" value="<?php echo esc_attr( $taxonomy ); ?>" />
     
    1010
    1111</form>
    12 
     12}}}
    1313which 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