File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
data/templates/woocommerce Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2828 </div >
2929 <nav class =" main-navigation" >
3030 <ul >
31+ <li ><a href =" {{ path(' hooks/hooks.html' ) }}" >Hooks Reference</a ></li >
3132 {% if project .settings .custom [' graphs.enabled' ] %}
3233 <li ><a href =" {{ path(' graphs/classes.html' ) }}" >Class Diagram</a ></li >
3334 {% endif %}
34- <li ><a href =" {{ path(' reports/deprecated.html' ) }}" >Deprecated</a ></li >
35- <li ><a href =" {{ path(' reports/errors.html' ) }}" >Errors</a ></li >
36- <li ><a href =" {{ path(' reports/markers.html' ) }}" >Markers</a ></li >
3735 <li ><a href =" https://docs.woocommerce.com/" >Documentation</a ></li >
3836 <li ><a href =" https://woocommerce.github.io/woocommerce-rest-api-docs/" >REST API Docs</a ></li >
3937 </ul >
Original file line number Diff line number Diff line change 2727 </ul >
2828 {% endfor %}
2929 {% endif %}
30+
31+ <h1 class =" phpdocumentor-sidebar__category-header" >Reports</h1 >
32+ <h2 class =" phpdocumentor-sidebar__root-package" ><a href =" {{ path(' reports/deprecated.html' ) }}" >Deprecated</a ></h2 >
33+ <h2 class =" phpdocumentor-sidebar__root-package" ><a href =" {{ path(' reports/errors.html' ) }}" >Errors</a ></h2 >
34+ <h2 class =" phpdocumentor-sidebar__root-package" ><a href =" {{ path(' reports/markers.html' ) }}" >Markers</a ></h2 >
3035</aside >
You can’t perform that action at this time.
0 commit comments