Konstantin Obenland
fa099ec65e
Merge pull request #382 from mrwweb/fix_screenshot
...
_s: Increase screenshot size to 880x660px.
2014-01-13 17:13:37 -08:00
mrwweb
4da6d652ac
increase screenshot size to 880x660 to 3.8 theme standards
2014-01-13 12:05:19 -08:00
obenland
e55cb8a038
_s: Make it easier to target post navigation links.
...
Removed in 3f4effb
when we split the template tag, this will restore
parity with `_s_paging_nav()`.
Props @gatespace for initial patch. Fixes #371 .
2014-01-01 17:30:24 -08:00
Konstantin Obenland
288e5ba49c
Merge pull request #365 from richardmtl/master
...
_s: Remove unneeded CSS declaration, and document vendor prefixes.
2013-12-21 08:23:16 -08:00
richardmtl
eb948eac28
removing uneeded CSS declaration, adding a note, and reordering some declarations
...
originally submitted here:
https://github.com/richardmtl/_s/commit/5d15eef59b838200cd255bea6d954064
e87cf3cf ; additional note and explanation found there
2013-12-21 10:58:10 -05:00
obenland
a156f2cbab
_s: Simplify author template.
...
Set up author data for the author template immediately, rather than
waiting for the first the_post() call.
This removes the need to call the_post() and rewind_posts() in an
author template to print information about the author.
Fixes #346 .
2013-12-21 00:00:25 -08:00
Philip Arthur Moore
678e136006
Update theme .pot
2013-12-18 18:35:08 -08:00
sixhours
220d682ab3
Merge pull request #344 from Automattic/add-all-post-format-headings
...
Improve Post Format Archive Headings. Props @philiparthurmoore
2013-12-16 06:26:37 -08:00
sixhours
2ccb74c5c8
Merge pull request #342 from Automattic/border-box
...
Apply a natural box layout model to all elements; see #341 . Props @philiparthurmoore
2013-12-16 06:25:05 -08:00
Konstantin Obenland
e29b02ffc5
Merge pull request #357 from elimc/master
...
_s: Remove dead link. Fixes #354 .
2013-12-10 10:13:58 -08:00
Eli McMakin
44398c68a3
Fixed Issue #354 : Removed link on line 90 that was going to a page that no longer exists.
2013-12-09 21:51:18 -06:00
obenland
f88204d0a4
_s: Add closing brackets to avoid fatal error. Props @gatespace for
...
intial patch. Fixes #355 .
2013-12-03 19:44:56 -08:00
Konstantin Obenland
65c01414b3
Merge pull request #352 from sabreuse/patch-1
...
_s: Make date formats translatable.
2013-12-03 10:53:36 -08:00
Amy Hendrix
3ba177c9ee
Make date formats translatable
...
Following up on a similar change to 2014, make the date formats for monthly and yearly archives translatable.
2013-12-03 13:42:40 -05:00
Takashi Irie
bcc39185cd
Merge pull request #351 from emiluzelac/patch-7
...
List for main-navigation
2013-12-03 05:49:47 -08:00
Emil Uzelac
9c6aff64f6
List for main-navigation
...
Hey guys, I am proposing to remove li in front of the current_page_item and current-menu-item. It's slightly more efficient without and of course all works the same :)
2013-12-02 20:31:15 -06:00
obenland
3f4effb5f0
_s: Split navigation template tag in context-specific tags.
2013-11-24 18:28:15 +00:00
obenland
caff68529f
_s: Update wpcom compat file to wrap contents in a hooked callback.
2013-11-24 18:24:11 +00:00
Konstantin Obenland
6084274628
Merge pull request #343 from Automattic/add-braces
...
_s: Add braces around single-line conditionals.
2013-11-24 08:23:15 -08:00
obenland
d9ece3b804
_s: Use verbose syntax for conditionals in templates.
2013-11-24 16:21:43 +00:00
Konstantin Obenland
ad12159588
Merge pull request #349 from taupecat/upstream
...
_s: Remove reference to keyboard-image-navigation.js. That file doesn't exist anymore.
2013-11-24 07:54:21 -08:00
Tracy Rotton
9358411d98
Removed bullet that referenced keyboard-image-navigation.js, since that file was deleted.
2013-11-21 14:25:26 -05:00
Konstantin Obenland
4efc205655
Merge pull request #347 from taupecat/upstream
...
_s: Fix spelling in inline comments.
2013-11-18 09:42:16 -08:00
Tracy Rotton
924b5a0a60
Fixed typo in inline comments.
2013-11-17 22:24:13 -05:00
Philip Arthur Moore
f5dee981be
Improve Post Format Archive heads. Follows up on #95 and e3b4907946 (diff-ff638db82c6ac72a05781ba3e086fdf0L48)
.
2013-11-14 20:00:00 +07:00
Philip Arthur Moore
6264437ff9
Add braces around single-line conditionals. See http://make.wordpress.org/core/2013/11/13/proposed-coding-standards-change-always-require-braces/ .
2013-11-14 19:49:50 +07:00
Philip Arthur Moore
73d72d6791
Apply a natural box layout model to all elements; see #341 .
2013-11-14 19:36:33 +07:00
Takashi Irie
aa0879e054
Merge pull request #339 from obenland/image.php
...
Remove `image.php` and related code.
2013-11-08 05:51:37 -08:00
obenland
7c1067eee3
_s: Remove `image.php` and related code. Image attachments will be
...
displayed by `single.php`. See
http://codex.wordpress.org/Template_Hierarchy
2013-11-07 15:59:02 -04:00
obenland
6f63a0b39a
_s: Adhere to updated WordPress core code formatting.
...
* Update PHPDoc.
* Add periods to the end of comment sentences.
* Limit line length to 80 chars.
* Use C++-style PHP comments only for function and file documentation.
2013-11-07 15:41:41 -04:00
Takashi Irie
a7ce5b6f47
Merge pull request #333 from aahan/patch_content-none
...
Use content-none.php instead of no-results.php for consistency.
2013-11-04 10:53:15 -08:00
Takashi Irie
92a4f73382
Merge pull request #335 from emiluzelac/patch-6
...
Remove html input from the button class.
2013-11-04 09:26:06 -08:00
Ian Stewart
57868b96a8
Merge pull request #326 from innerbot/fix_invalid_color_code
...
Fixes #325 : bug where Appearance > Header hangs on Step 3 due to wpColorPicker error
2013-11-04 09:18:24 -08:00
Emil Uzelac
a0eec6c63b
html input
...
Proposing to remove html input from the button class. It overrides more than is needed. For example it will interfere with bbPress editor styles. It's safer to leave input[type="button"] as-is. Please see: http://i.imgur.com/Q98uqBH.png
2013-10-20 20:05:11 -05:00
obenland
628ec71614
_s: Simplify skip link markup.
2013-10-15 21:07:14 +02:00
Aahan Krish
73b67f4610
Use content-none.php instead of no-results.php
...
Renamed no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181 ); so let's make sure it's used.
2013-10-13 16:41:18 +05:30
Aahan Krish
bc3988db85
Use content-none.php instead of no-results.php
...
Renamed no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181 ); so let's make sure it's used.
2013-10-13 16:38:48 +05:30
Aahan Krish
61f469bbdf
Use content-none.php instead of no-results.php
...
Renamed no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181 ); so let's make sure it's used.
2013-10-13 16:37:59 +05:30
Aahan Krish
148818220e
Use content-none.php instead of no-results.php
...
Renamed no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181 ); so let's make sure it's used.
2013-10-13 16:37:14 +05:30
Aahan Krish
5e8f3bbfe9
Rename no-results.php to content-none.php
...
Rename no-results.php to content-none.php for consistency (as done in core: https://core.trac.wordpress.org/ticket/25181 ).
2013-10-13 16:35:20 +05:30
Konstantin Obenland
ea31bd462d
Merge pull request #330 from aahan/patch-2
...
_s: Removed extra indentation on div#comments to align with closing element.
2013-10-11 06:54:01 -07:00
Aahan Krish
1e1fd565e1
Removed extra indentation on div#comments
2013-10-10 22:46:32 +05:30
Greg Johnson
50a539cd81
Wordpress custom-header functionality seems to require default-text-color to be a six-digit hex code. using less than six digits here causes Appearance > Header to hang on step 3
2013-10-08 14:59:35 -05:00
michiecat
4c6d950f14
Merge pull request #323 from davidakennedy/focusable-skip-link
...
Make skip link focusable
2013-10-07 09:50:27 -07:00
David A. Kennedy
3ae7a5e310
Make skip link focusable.
2013-10-01 21:30:53 -04:00
Konstantin Obenland
2927f7c59f
Merge pull request #321 from vinodvdalvi/master
...
_s: Get spacing right.
2013-10-01 14:10:41 -07:00
Vinod Dalvi
430d379f4b
Fixed minor WordPress coding standard issues.
2013-09-30 22:32:42 -07:00
obenland
54614ee763
_s: Update pot file to reflect recent changes in public strings.
2013-09-25 15:10:41 -07:00
obenland
543cae8bbf
Merge branch 'master' of https://github.com/davidakennedy/_s into titles
...
Conflicts:
image.php
inc/custom-header.php
searchform.php
2013-09-25 14:59:11 -07:00
obenland
083d8a580d
_s: Simplify header image markup in admin appearance page.
2013-09-25 14:55:08 -07:00