WordPress/wp-content/themes
Gary Pendergast a779284c00 General: Reformat inline `if ()` statements inside HTML tags.
This pattern occurs a handful of times across the codebase:

`<div class="foo<?php if ( $bar ) { echo ' baz'; } ?>">`

Unfortunately, it doesn't really play nicely with `phpcbf`, so all instances need to be removed in preperation for auto code formatting.

See #41057.


Built from https://develop.svn.wordpress.org/trunk@42217


git-svn-id: http://core.svn.wordpress.org/trunk@42046 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2017-11-23 04:09:49 +00:00
..
twentyeleven General: Reformat inline `if ()` statements inside HTML tags. 2017-11-23 04:09:49 +00:00
twentyfifteen Bundled Themes: Bump version numbers and update changelogs for 4.9 release 2017-11-01 22:43:47 +00:00
twentyfourteen Bundled Themes: Bump version numbers and update changelogs for 4.9 release 2017-11-01 22:43:47 +00:00
twentyseventeen General: Reformat inline `if ()` statements inside HTML tags. 2017-11-23 04:09:49 +00:00
twentysixteen Bundled Themes: Bump version numbers and update changelogs for 4.9 release 2017-11-01 22:43:47 +00:00
twentyten Bundled Themes: Bump version numbers and update changelogs for 4.9 release 2017-11-01 22:43:47 +00:00
twentythirteen Bundled Themes: Bump version numbers and update changelogs for 4.9 release 2017-11-01 22:43:47 +00:00
twentytwelve Bundled Themes: Bump version numbers and update changelogs for 4.9 release 2017-11-01 22:43:47 +00:00
index.php Remove closing PHP tags from the rest of index.php files in wp-content, for consistency with wp-content/index.php. 2014-06-05 15:59:14 +00:00