Konstantin Obenland
418d31dea4
Merge pull request #255 from kwighta8c/escaping
...
_s: Escape URLs in image.php.
2013-07-11 11:53:28 -07:00
obenland
261acc6099
Merge branch 'open-empty-tags' of https://github.com/bungeshea/_s into
...
bungeshea-open-empty-tags
Conflicts:
searchform.php
2013-07-11 11:45:38 -07:00
obenland
43b77adcab
_s: Update screenshot to a retina size of 600x450px. Fixes #249 .
2013-07-11 11:37:47 -07:00
Kirk Wight
2930ba91be
_s: Escape URLs in image.php
2013-07-11 12:04:40 -04:00
obenland
d279972455
_s: Simplify 'Posted on' string for easier translation and add a HTML
...
wrapper for easier CSS manipulation. Props @grappler. Fixes #253 .
2013-07-11 08:42:01 -07:00
Ulrich Pogson
36ad7cb751
Improve "Posted on" translation string
2013-07-10 22:23:46 +02:00
obenland
77b0fa51ae
_s: Simplifies the attached image template tag by only querying for ids.
2013-07-02 17:41:51 -04:00
Konstantin Obenland
d722bf10ef
Merge pull request #248 from soulseekah/master
...
_s: Remove trailing single-quote in search button.
2013-07-01 06:57:40 -07:00
Gennady Kovshenin
ddebe0f15f
Extra single-quote in "Search"
...
A trailing singe-quote has found its way into the search button value,
resulting in the button displaying "Search'" instead of "Search".
2013-07-01 17:38:44 +06:00
Konstantin Obenland
e620d8dd09
Merge pull request #245 from asdfgh746/patch-1
...
Update README.md to make it look like the concrete example.
2013-06-30 07:17:42 -07:00
obenland
6e22132768
_s: Update search form markup to make it forward compatible with HTML5
...
search form in 3.6. As a result, `searchfornm.php` can be safely
removed in the future. Also fixes #240 .
2013-06-29 16:19:10 -04:00
Ian Stewart
a514017986
Merge pull request #246 from ianstewart/cleaner-archives
...
Simplified archive titles: The current archive titles are verbose and fusty. This commit simplifies them to the bare minimum needed (and wanted by users) for description, orientation, and navigation.
2013-06-28 07:13:45 -07:00
Ian Stewart
c09c02081a
Simplified archive titles
...
The current archive titles are verbose and fusty. This commit
simplifies them to the bare minimum needed (and wanted by actual users)
for description, orientation, and navigation.
2013-06-27 15:15:58 -05:00
obenland
584ed2a6f2
_s: Remove back compat for custom header/background. Fixes #244 .
2013-06-27 07:14:12 -07:00
obenland
514b2aa62d
_s: Don't show separator between meta data. Fixes #72 .
2013-06-27 07:03:43 -07:00
obenland
39d8f7ad61
_s: Include "entry updated" as part of the hAtom. Props @michiecat. See
...
#131 , fixes #170 .
2013-06-27 06:54:02 -07:00
obenland
3a5afef198
_s: Add custom taxonomy support for term descriptions in taxonomy
...
archives.
We don't even have to check for a context before printing the
description, `term_description()` does all the heavy lifting for us.
Props @jasondpx. Fixes #128 .
2013-06-27 06:24:26 -07:00
Lucas Cherkewski
e9880dbd44
Update README.md
...
Change the reference to DocBlock search to actually display a space (to make it more consistent with the second appearance, after the OR).
2013-06-26 19:44:45 -04:00
Konstantin Obenland
55596d6c67
Merge pull request #242 from mfields/navigation-menu
...
Rework Navigation Menu. Closes #200 , #205 , #237 , #243 .
2013-06-26 09:44:59 -07:00
Michael Fields
ac3cda4543
Rework Navigation Menu Part 2
...
* Separate scoping and assignment so that a decision does not need to be made as to whether we should intermix spaces and tabs on the left
* Restore the previously removed nav-menu class addition to the first unordered list in `#site-navigation`.
* Restore the `.navigation-main.toggled-on .nav-menu` selector.
* Remove rules for the `.main-small-navigation ul` selector.
2013-06-25 01:45:52 -07:00
Michael Fields
4c396f6f9b
Rework menu navigation: these changes build off pull request #239 for issue #200
...
* Only set button and menu if container is not null.
* Break up the "return early" conditional into multiple parts.
* Shorten the name of the toggled class from `toggled-on` to `toggled`.
* Restore the "Hide menu toggle button if menu is empty." documentation.
* Remove the `nav-menu` class. The previous code would replace any custom custom classes applied via `wp_nav_menu()` or template file.
* Replace the `nav-menu` selector is style.css with selectors that will target both a custom nav menu and a page menu. These changes could use critical feedback. Do you know of an edge case where they might not work as expected?
2013-06-16 20:29:17 -07:00
Konstantin Obenland
75f612d365
Merge pull request #226 from jeremyfelt/master
...
Remove executable flag from content-single.php
2013-06-14 19:43:11 -07:00
Shea Bunge
a4168fdb74
Leave empty tags open in accordance with the HTML5 spec. Resolves #234
2013-06-05 21:08:55 +10:00
obenland
6c83cfb5cc
_s: Simplify image.php:
...
* Extracts logic in a custom template tag.
* Reduces switching in and out of php in `.entry-meta`.
* Minor code styling changes.
Fixes #233 .
2013-06-04 13:13:15 -07:00
obenland
0e44f8479b
_s: Add .pot file for easier translation. Fixes #230 .
2013-05-28 17:13:45 -07:00
obenland
99f6d17f9c
_s: Revert reset changes. They were accidentally committed after
...
resolving merge conflicts.
2013-05-28 09:39:02 -07:00
obenland
f0ed253d5b
Merge branch 'custom_header_fix' of https://github.com/iamtakashi/_s
...
into iamtakashi-custom_header_fix
Conflicts:
inc/custom-header.php
2013-05-28 09:31:59 -07:00
jeremyfelt
dbe5359307
Remove executable permissions on content-single.php
...
By default content-single.php was executable by all users, which doesn't seem intended.
2013-05-25 10:49:47 -07:00
obenland
9afe82b900
_s: Require is a statement, not a function. Props @drrobotnik. Fixes
...
#213 .
2013-05-25 12:35:51 +02:00
obenland
95c3bd62cf
_s: Update comment markup to make it forward compatible with html5
...
comments in 3.6. As a result the custom callback can be safely removed
in the future. Also closes #220 .
2013-05-25 12:33:20 +02:00
Konstantin Obenland
9bc326be66
Merge pull request #224 from JasonHoffmann/master
...
_s: Align element comment with its corresponding id.
2013-05-25 03:05:55 -07:00
obenland
a4ecb648ae
Merge branch 'master' of https://github.com/Automattic/_s.git
2013-05-25 12:02:43 +02:00
obenland
49bc3a577a
_s: Remove .error404 class, it is used by core in `body_class()`. Props
...
@mfields. Fixes #195 .
2013-05-25 11:59:09 +02:00
Konstantin Obenland
64e712270e
Merge pull request #216 from Automattic/ditch-html5shiv
...
_s: Remove HTML5Shiv.
2013-05-25 02:52:38 -07:00
Jason Hoffmann
b790c82151
Comments.php Spelling Issue
2013-05-20 14:12:09 -04:00
obenland
7a570bef38
_s: Load all modules consistently at the bottom of the file.
2013-05-20 16:07:25 +02:00
obenland
c7bf07061d
_s: Let's not limit the setup function to IS.
2013-05-20 13:02:30 +02:00
obenland
c1960ec122
_s: Cache header text color value;
2013-05-20 13:01:22 +02:00
obenland
655ee71d60
_s: Better use of template tags in the image template.
2013-05-20 12:59:09 +02:00
Philip Arthur Moore
ce1bb74ddb
Merge pull request #221 from kovshenin/patch-14
...
Pinking shears; remove trailing whitespace.
2013-05-16 22:44:32 -07:00
Konstantin Kovshenin
5014af54a4
Remove trailing whitespace.
2013-05-17 09:34:30 +04:00
Philip Arthur Moore
c186c5ee0b
Remove HTML5Shiv from _s. See #215 .
2013-05-11 10:00:08 +09:00
Takashi Irie
f367fefd72
Fix unlinked site title in the Customizer
2013-05-08 12:27:48 +01:00
Philip Arthur Moore
dbddb18ccf
Merge pull request #207 from Automattic/post-thumbnails-off-by-default
...
Turn featured thumbnail support off by default.
2013-05-01 19:04:44 -07:00
Philip Arthur Moore
64f78bca0d
DocBlock adjustments to post thumbnail support. See #207 .
2013-05-02 11:02:38 +09:00
Philip Arthur Moore
f9a3c2dc1d
Merge pull request #209 from Automattic/remove-redundant-title-attributes
...
Remove `the_title_attribute` title attributes where it duplicates `the_title` in anchor text. See http://core.trac.wordpress.org/ticket/24203 .
2013-05-01 18:56:03 -07:00
Philip Arthur Moore
9a633b9236
Remove title attributes where it duplicates in anchor text. See http://core.trac.wordpress.org/ticket/24203 .
2013-04-30 20:21:29 +09:00
obenland
7ac501c70a
Merge branch 'master' of https://github.com/Automattic/_s.git
2013-04-28 04:14:57 -07:00
obenland
456cd3dd01
_s: Removes unnecessary switch in and out of PHP.
2013-04-28 04:13:55 -07:00
Philip Arthur Moore
c81a044a99
Merge pull request #206 from Automattic/rip-hgroup
...
Remove hgroup from theme. It's dead now.
2013-04-24 14:41:18 -07:00