Commit Graph

20 Commits

Author SHA1 Message Date
IanDelMar 3a883d0c9a remove phpstan ignore comments 2022-11-14 12:23:15 +01:00
IanDelMar dc02a96ca9
Merge branch 'develop' into i18n 2022-10-06 07:51:17 +02:00
Brian Coords 9743699db1 cleans up phpstan errors 2022-10-04 07:11:47 -07:00
IanDelMar d83aafb1ee Remove position specifier from placeholder 2022-09-30 19:21:59 +02:00
IanDelMar 031fd733ef Remove obsolete PHP_CodeSniffer ignore comments 2022-09-23 20:48:52 +02:00
Brian Coords ab826e4ff6 applies WordPress coding standards 2021-08-25 06:53:21 -07:00
Gabriel Castillo f31629218b updated customizer title, used apply_filters on site_info. 2021-08-24 17:48:35 -07:00
Gabriel Castillo e5bee1e633 output customizer understrap_site_info override. 2021-08-23 18:09:55 -07:00
IanDelMar 0ba77d0692 Switch to lowercase s in Understrap 2021-07-28 17:38:12 +02:00
schnoggo dc0f6e00d5 Make the credits links https. 2021-06-11 10:11:39 -05:00
IanDelMar 3fb7e1501b Switch to case-sensitiv @package tag 2020-06-04 11:46:15 +02:00
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 b786f04859
Move action hook outside if 2019-12-19 23:05:22 +01: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 600eb39883 Use shorter ABSPATH check 2019-06-20 09:57:12 +01:00
IanDelMar 8ecfeb4436 Fix indentation 2018-11-19 00:38:50 +01:00
IanDelMar 45c9d1adb7 Prevent direct access 2018-09-10 23:59:04 +02:00
IanDelMar 6678261a81
Fix function_exists & parenthesis
* Fixed function_exists checking the wrong function
* Added missing parenthesis
2018-08-07 21:39:03 +02:00
IanDelMar eda386549d
Update hooks.php 2018-08-06 22:34:35 +02:00
IanDelMar cee0bd5ee3
Create hooks.php 2018-08-06 22:19:50 +02:00