Commit Graph

23 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
UnderstrapFramework b7e3d19ab5
Merge pull request #1015 from IanDelMar/editor
Add DocBlocks
2019-12-13 11:34:06 +00:00
IanDelMar aaf2da70f0
Add missing parameter type 2019-11-03 10:45:09 +01:00
IanDelMar 669b75104b Add DocBlocks
* Add DocBlocks for functions
* Rename argument for `understrap_tiny_mce_style_formats`
* Use wp_json_encode instead of json_encode
2019-07-23 10:31:23 +02:00
Gary Kealy 2dac14e6c1 Capital S 2019-07-18 17:21:25 +01:00
Gary Kealy 600eb39883 Use shorter ABSPATH check 2019-06-20 09:57:12 +01:00
IanDelMar c8274df833 Fix indentation & space usage 2018-11-19 00:41:38 +01:00
IanDelMar 45c9d1adb7 Prevent direct access 2018-09-10 23:59:04 +02:00
Alex Wright 3114c1bda6 Update demo of adding pluggable function wrappers to add actions / hooks above functions 2018-03-29 12:39:09 -05:00
Alex Wright 554f362643 Apply pluggable function wrapper to inc/editor.php 2018-03-28 10:42:05 -05:00
Johan Nielsen da311e953e
include minified css
The gulp fix for minify also minifies custom-editor-style.css.
Fixed to include the minified version
2018-03-21 20:08:02 +01:00
Holger Könemann 86c0ba96bb Replace the workaround 2018-03-21 11:50:46 +01:00
Thomas A. Reinert c5a345a3d6 Interim fix for #600 2018-03-17 22:51:20 +01:00
Holger Könemann 869cade5e0 redeclare custom style support for editor 2017-11-29 11:09:11 +01:00
Holger Könemann 0e9f845545 Remove unused files and add search form value 2017-11-29 10:56:38 +01:00
Holger Könemann e9b8b037a8 remove prefix for internal editor function 2017-11-29 10:26:50 +01:00
Holger Könemann 6d953a08bd preparing 0.6.9 update part 2 2017-11-29 10:24:45 +01:00
koenemann a761db175d Regarding to https://themes.trac.wordpress.org/ticket/48576#comment:5 2017-11-28 08:52:50 +01:00
koenemann c0ea2d9f6e See https://github.com/holger1411/understrap/issues/240 - Thx@arpage 2017-02-02 14:05:52 +01:00
koenemann c01f07b4ae removing empty spaces 2017-01-27 14:26:46 +01:00
Holger Könemann f7638dd466 creating and adding a custom-editor-style.css 2017-01-18 08:45:50 +01:00
Holger Könemann 142afd2d29 remove the h1 removal 2017-01-18 07:51:37 +01:00
Luke 7e337a6f98 add BS elements to style formats 2017-01-18 10:04:04 +11:00