-
Notifications
You must be signed in to change notification settings - Fork 140
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
Some more small fixes to cherry-pick. #1294
base: develop
Are you sure you want to change the base?
Conversation
The travis issue is not an issue. |
a87cd67
to
01af7aa
Compare
A new fix for the browse preview for media. |
de5e355
to
d7d8c4f
Compare
b5bac74
to
a4aebe6
Compare
The branch has been rebased to remove all included commits. |
Some small improvements. |
<?php else: ?> | ||
<?php echo $this->translate('[no log]') ?> | ||
<?php echo $translate('[no log]'); ?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to have been left behind from one of the "convert to $translate" commits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I grabbed it without that one piece.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok.
df44748
to
19d4fa8
Compare
Rebased on 1.3. |
Rebased on 1.4. |
Added various missing translation and docblocks. |
4ecf34f
to
2066ce3
Compare
1645fe5
to
8058456
Compare
The use of
$translate()
is a little quicker to use than$this->translate()
, but the main advantage is for the theme designers, because it is simpler to write.