Skip to content

Commit

Permalink
Merge pull request #138 from INN/122-filtering
Browse files Browse the repository at this point in the history
122/137: Filtering of project search
  • Loading branch information
benlk authored Jun 3, 2020
2 parents ae1179c + 9090b2d commit 7f8cbaf
Show file tree
Hide file tree
Showing 9 changed files with 319 additions and 24 deletions.
99 changes: 97 additions & 2 deletions wp-content/themes/currentorg/css/current-ltw-projects.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* @param String $tag the shortcode tag.
* @link https://developer.wordpress.org/plugins/shortcodes/shortcodes-with-parameters/#complete-example
*/
function current_ltw_projects_shortcode( $atts = [], $content = null, $tag = '')
{
function current_ltw_projects_shortcode( $atts = [], $content = null, $tag = '') {

// normalize attribute keys, lowercase
$atts = array_change_key_case((array)$atts, CASE_LOWER);

Expand Down
Loading

0 comments on commit 7f8cbaf

Please sign in to comment.