Commit Graph

15 Commits

Author SHA1 Message Date
IanDelMar 860d8c123a Fix WPCS errors and warnings + escaping
Fixes many WPCS errors and warnings

Also:
* Partly removes excessive php opening/closing tags.
* Uses printf for better readability in loop-templates/content-none.php.
* Adds understrap_kses_title() to escape post titles.
* Adds understrap_escape_the_archive_description() to escape the archive description.
* Fixes missing '__' after esc_html in author.php.
* Updates the phpcs.xml to reflect all the changes.
* Updates composer dependencies and scripts.
2020-04-19 12:08:39 +02:00
IanDelMar 628601415b No period for summary in file headers
According to WP's PHP documentation standards on file headers. See https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#6-file-headers.
2019-11-14 18:16:31 +01:00
Gary Kealy afca2ffb56 Remove closing php tags at end of files 2019-07-04 15:58:08 +01:00
Gary Kealy 600eb39883 Use shorter ABSPATH check 2019-06-20 09:57:12 +01:00
IanDelMar 59407d69ef Remove superfluous space 2018-11-19 00:48:38 +01:00
IanDelMar 45c9d1adb7 Prevent direct access 2018-09-10 23:59:04 +02:00
Alex Wright 363e8a7d00 Move sidebar template parts from loop-templates to new sidebar-templates directory 2018-06-25 10:11:20 -05:00
Alex Wright 942c3fe8f5 Organize sidebar files into loop-templates directory 2018-06-11 22:32:20 -05:00
Holger Könemann bf6dfb6046 Adding the herocanvas widget position 2018-04-13 20:19:33 +02:00
koenemann 5ac4257c00 adding image optimization task 2017-03-21 14:53:51 +01:00
koenemann 6bd57dd4ca fixing some more PHPCBF issues 2017-01-27 13:22:02 +01:00
koenemann c8743002be adding empty line to hero.php 2017-01-27 13:16:14 +01:00
koenemann b0fcba1829 fixing some PHPCBF issues 2017-01-27 08:15:34 +01:00
koenemann e99b210c39 rearrange hero area 2017-01-09 16:08:01 +01:00
koenemann c90f428bf1 capsulate hero area 2017-01-09 15:55:51 +01:00