Opened 7 years ago
Closed 7 years ago
#69821 closed theme (live)
THEME: Memak – 1.0.4
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | previously reviewed | Keywords: | theme-memak |
| Cc: | mrmakadia94@… |
Description
Memak - 1.0.3
Memak is a minimal theme, both front end and back end.
Theme URL - https://github.com/mrmakadia94/memak
Author URL - https://profiles.wordpress.org/immeet94/
Trac Browser - https://themes.trac.wordpress.org/browser/memak/1.0.3
SVN - https://themes.svn.wordpress.org/memak/1.0.3
ZIP - https://wordpress.org/themes/download/memak.1.0.3.zip?nostats=1
Diff with previous version: https://themes.trac.wordpress.org/changeset?old_path=memak/1.0.2&new_path=memak/1.0.3
History:
| Ticket | Summary | Status | Resolution | Owner |
|---|---|---|---|---|
| #67333 | THEME: Memak – 1.0.2 | closed | closed-newer-version-uploaded | |
| #69821 | THEME: Memak – 1.0.4 | closed | live | |
- RECOMMENDED: No reference to add_editor_style() was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- RECOMMENDED: This theme contains no sidebars/widget areas. See Widgets API
Change History (5)
#3
@
7 years ago
- Summary changed from THEME: Memak – 1.0.3 to THEME: Memak – 1.0.4
Memak - 1.0.4
Memak is a minimal theme, both front end and back end.
Theme URL - https://github.com/mrmakadia94/memak
Author URL - https://profiles.wordpress.org/immeet94/
Trac Browser - https://themes.trac.wordpress.org/browser/memak/1.0.4
SVN - https://themes.svn.wordpress.org/memak/1.0.4
ZIP - https://wordpress.org/themes/download/memak.1.0.4.zip?nostats=1
Diff with previous version: https://themes.trac.wordpress.org/changeset?old_path=memak/1.0.3&new_path=memak/1.0.4
History:
| Ticket | Summary | Status | Resolution | Owner |
|---|---|---|---|---|
| #67333 | THEME: Memak – 1.0.2 | closed | closed-newer-version-uploaded | |
| #69821 | THEME: Memak – 1.0.4 | closed | live | |
- RECOMMENDED: No reference to add_editor_style() was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- RECOMMENDED: This theme contains no sidebars/widget areas. See Widgets API


Your theme is currently in Final Queue. While waiting in the queue, you may want to check following issues.
Issues
header.phpL36 - Inside HTML attribute, useesc_attr()for escaping rather thanesc_html().title="<?php the_title(); ?>"- Inside HTML attributes, usethe_title_attribute()instead ofthe_title().