If tag pushed to remote:
Delete the tag on any remote before you push
git push origin :refs/tags/<tagname>
Replace the tag to reference the most recent commit
git tag -fa
| ... | |
| Beautifier.prototype.beautify = function() { | |
| ... | |
| var source_text = this._source_text; | |
| // BEGIN | |
| source_text = source_text.replace(/\{\{(--)?((?:(?!(--)?\}\}).)+)(--)?\}\}/g, function(m, ds, c, dh, de) { |
If tag pushed to remote:
Delete the tag on any remote before you push
git push origin :refs/tags/<tagname>
Replace the tag to reference the most recent commit
git tag -fa
| if ( ! function_exists('is_path_active')) | |
| { | |
| /** | |
| * Add 'active' class if path is active | |
| * | |
| * @param string $path Exclude base url | |
| * @param string $className CSS class name | |
| * | |
| * @return string CSS class name | |
| */ |