Skip to content

Commit

Permalink
minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
themefuse committed May 27, 2015
1 parent 9c347a6 commit 875582f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extension/shortcodes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,9 @@ A better solution would be to assign shortcode an unique id and enqueue in head
/**
* Decode attributes
* ( The below weird code is because of this https://github.com/ThemeFuse/Unyson/issues/469 )
*
* The below code is weird because of this https://github.com/ThemeFuse/Unyson/issues/469
* For convenience you can move it to a helper function
*/
{
if (isset($atts['_made_with_builder'])) { // encoded by the 'page-builder' extension
Expand Down

0 comments on commit 875582f

Please sign in to comment.