Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace unnecessary double quotes in administrator #1 #13292

Merged
merged 3 commits into from
Dec 20, 2016
Merged

Replace unnecessary double quotes in administrator #1 #13292

merged 3 commits into from
Dec 20, 2016

Conversation

frankmayer
Copy link
Contributor

Summary of Changes

  • Replace unnecessary double quotes

The changes in this PR should be fairly easy to review. In hope that this will get merged quickly so further work can be done without conflicting with other PRs. ;)

Testing Instructions

None, should not change behavior

Documentation Changes Required

None.

@@ -87,7 +87,7 @@ protected static function getStemRules()
. chr(244) . chr(251) . chr(249) . chr(231);

// The rule patterns include all accented words for french language
$vars['rule_pattern'] = "/^([a-z" . $vars['accents'] . "]*)(\*){0,1}(\d)([a-z" . $vars['accents'] . "]*)([.|>])/";
$vars['rule_pattern'] = '/^([a-z' . $vars['accents'] . "]*)(\*){0,1}(\d)([a-z" . $vars['accents'] . ']*)([.|>])/';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not the quotes in the Middle?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't sure. Just checked again. Will change.

@wilsonge wilsonge merged commit dbeb881 into joomla:staging Dec 20, 2016
@wilsonge wilsonge added this to the Joomla 3.7.0 milestone Dec 20, 2016
@wilsonge
Copy link
Contributor

👍

@frankmayer frankmayer deleted the unnecessary-double-quotes-in-administrator-no-1 branch December 25, 2016 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants