Brian Fegter
ec4c855158
Updated 'comments callback' location comment
...
The function has been moved outside of 'functions.php' and into 'inc/template-tags.php'. This directs developers to the proper location for the callback.
2013-02-12 10:40:31 -06:00
Michael Fields
79a6a23da2
Use .text() instead of .html() for site title and tagline when modified via the customizer. Neither setting supports html.
2013-02-07 10:50:34 -08:00
Michael Fields
9f58e3f6e2
Escape the return value of get_author_posts_url() with esc_url().
2013-02-06 20:48:04 -08:00
Michael Fields
c0f3582777
Escape the return value of admin_url() with esc_url()
2013-02-06 20:43:42 -08:00
Michael Fields
ce069e6d94
Merge branch 'master', remote-tracking branch 'origin'
2013-02-06 20:42:02 -08:00
Philip Arthur Moore
494533fd4c
Merge pull request #112 from lukecarbis/patch-1
...
Add password input types to styles for text and email inputs.
2013-02-03 00:02:04 -08:00
Michael Fields
8ece982a5b
Merge branch 'master', remote-tracking branch 'origin'
2013-02-02 21:16:32 -10:00
Philip Arthur Moore
f1e9b44c0a
Bump version number.
2013-02-03 02:15:01 -05:00
Philip Arthur Moore
c06b9fe571
_s: Minor adjustments to Infinite Scroll's implementation.
2013-02-03 02:12:42 -05:00
Philip Arthur Moore
16906d44c5
_s: Add basic Infinite Scroll support. Fixes #107 . Fixes #105 . Props @ethitter.
2013-02-03 02:03:40 -05:00
Michael Fields
c2dca5db27
Add basic support for core custom background feature providing fallbacks for WordPress 3.3. Fixes #29
2013-02-02 20:11:57 -10:00
Michael Fields
0ab04e6d02
Merge branch 'master', remote-tracking branch 'origin'
2013-02-02 20:09:02 -10:00
Philip Arthur Moore
14ad334be6
_s: Add word breaking to anchors within comment content. Fixes #96 .
2013-02-02 19:49:21 -10:00
Michael Fields
bb769ce556
Merge branch 'master', remote-tracking branch 'origin'
2013-02-02 19:38:49 -10:00
Philip Arthur Moore
9957c274e0
Merge pull request #84 from pixolin/patch-1
...
_s: Correct two minor typos in 404.php.
2013-02-02 21:16:07 -08:00
Michael Fields
9ae94a1cf9
Merge pull request #144 from devinsays/master
...
Remove reference to theme options in the readme. props @devinsays
2013-02-02 07:16:09 -08:00
Michael Fields
b7563b8a99
Escape dynamic value $nav_id when used as an attribute and html comment. Fixes #146 props @ounziw
2013-02-02 05:03:08 -10:00
Michael Fields
f9e8b9cf42
Merge branch 'master', remote-tracking branch 'origin'
2013-02-02 04:39:12 -10:00
sriniguna
d521f744ea
Taking 'Edit' link outside .entry-content
...
Taking 'Edit' link outside .entry-content and putting it inside footer.entry-meta so that styling is consistent with single posts.
2013-01-30 13:37:52 +05:30
Devin Price
69855ebf10
Remove reference to theme options include in readme.md.
2013-01-27 22:25:31 -06:00
Michael Fields
fff4b81508
Merge pull request #141 from jkudish/master
...
Update Theme URL to point to underscores.me. props @jkudish
2013-01-23 08:25:01 -08:00
Joachim Kudish
a1d6fd95fe
Update Theme URL
...
The Theme URL was previously pointing to an old Automattic svn repository that no longer exists. This change points the URL to underscores.me which is the site that promotes the theme.
2013-01-23 18:23:32 +02:00
Joachim Kudish
4bebf54cf0
Update Theme URL to github
...
The Theme URL was previously pointing to an old Automattic svn repository that no longer exists.
This change points the URL back to the main `_s` GitHub repository where it is now being developed on.
Alternatively it could point to underscores.me
2013-01-23 18:18:13 +02:00
Aaron Jorbin
6ee6126089
On hashchange, make sure we set focus for elements that need it. Essentially the same as 136, but without jquery
2013-01-21 19:01:53 -05:00
obenland
3e717fa9c2
_s: Make sure images with height attributes in comments are scaled
...
correctly.
2013-01-21 15:18:26 -08:00
Konstantin Obenland
84cc7f78cc
Merge pull request #135 from obenland/number-context
...
_s: Provide a context for the comments title strings.
There are languages that have more than one plural form. Sometimes these
languages need to add the %1$s placeholder in the original singular
version to help differentiate between these plural forms.
In case the original singular version ('One thought on
“%2$s”' in this case) is used elsewhere, the translation
with the faulty %1$s will be used, possibly ending up with the
placeholder not being replaced.
The context will prevent that from happening by seperating the strings.
2013-01-15 10:04:29 -08:00
obenland
6793718e8a
_s: Provide a context for the comments title strings.
...
There are languages that have more than one plural form. Sometimes these
languages need to add the %1$s placeholder in the original singular
version to help differentiate between these plural forms.
In case the original singular version ('One thought on
“%2$s”' in this case) is used elsewhere, the translation
with the faulty %1$s will be used, possibly ending up with the
placeholder not being replaced.
The context will prevent that from happening by seperating the strings.
2013-01-14 16:38:39 -08:00
Michael Fields
80d803aff5
Merge pull request #99 from iamtakashi/max-width-for-select
...
Add max-width to select elements in widgets to prevent it overflowing from widget areas. props @iamtakash
2013-01-05 09:58:17 -08:00
David Ensinger
cfb7f7fcdf
Load comments template only when comments are open or there's at least one comment
...
To be consistent with single.php and to ensure that an empty div (<div
id="comments" class="comments-area">) isn't outputted when both
comments are closed and there aren't any comments.
2013-01-04 16:09:37 -05:00
Michael Fields
56023b2194
Remove debugging code from image.php
2012-12-31 16:59:42 -08:00
Michael Fields
d64b796669
Escape the value of get_the_title() when printed in an attribute.
2012-12-31 16:57:14 -08:00
Michael Fields
f0c910f5e2
Merge branch 'master', remote-tracking branch 'origin'
2012-12-31 14:20:32 -08:00
Philip Arthur Moore
a2c7a2e18f
Merge pull request #129 from philiparthurmoore/bugs/insta-post-format-docblock
...
_s: Correct DocBlock above theme support for Post Formats. See #126 .
2012-12-31 02:07:38 -08:00
Philip Arthur Moore
a99a494c39
_s: Correct DocBlock above theme support for Post Formats. See #126 .
2012-12-31 17:05:17 +07:00
Michael Fields
1db4236e4c
Better indentation of the images query in image.php. props @ashfame see #45
2012-12-28 17:48:34 -08:00
Michael Fields
0d20442227
Remove invalid pubdate value from time elements in image.php
2012-12-28 17:27:07 -08:00
Michael Fields
3774c2cbfd
Merge branch 'master', remote-tracking branch 'origin'
2012-12-28 17:24:51 -08:00
Michael Fields
10c87aeefc
Merge pull request #93 from kwight/patch-2
...
Remove invalid pubdate value from time elements in template-tags.php. See #93
2012-12-28 17:24:21 -08:00
Michael Fields
a1b722345c
Use a more specific selector to target images in captions. This will avoid setting smilies to block. Fixes #116
2012-12-28 17:12:10 -08:00
Michael Fields
c8f0f72d2e
Always give .wpcaption bottom margin. Fixes #121
2012-12-28 17:03:31 -08:00
Michael Fields
1d87f246da
Merge branch 'master', remote-tracking branch 'origin'
2012-12-28 16:57:26 -08:00
Michael Fields
11802b99c2
Merge pull request #124 from ashfame/readme_fix
...
show space using instead of actual space, as Github trims it... See #123
2012-12-28 16:40:31 -08:00
Michael Fields
3427f7f574
Merge pull request #126 from philiparthurmoore/enhancements/add-insta-post-formats
...
_s: Add additional Post Formats into functions.php
2012-12-28 16:36:33 -08:00
obenland
7b7489df5d
_s: Bump the version number to 1.2 to reflect the last round of updates
...
47 commits with 586 deletions and 356 additions by 19 contributors.
2012-12-28 09:19:23 -08:00
Konstantin Obenland
de29437d5f
Merge pull request #115 from obenland/master
...
Remove generic Theme Options page in favor of the Customizer.
Having a set of sample options encourages their use — we shouldn’t do this, it’s simple enough to code options up whenever we need them.
Customizer support is activated by default and comes with a working sample implementation. For more information about the Customizer and how to leverage it's API please see http://ottopress.com/tag/customizer/
2012-12-28 09:10:49 -08:00
Konstantin Obenland
faf979bb4d
Add a space to let it shine.
2012-12-28 08:38:18 -08:00
Philip Arthur Moore
b6a72553aa
_s: Add additional Post Formats into functions.php, to be in line with WordPress.com's Instapost posting experience.
2012-12-25 22:27:36 +07:00
Michael Fields
b1c1073f91
get_the_author() should not be escaped when used as text. Escaping should only occur when used in an attribute.
2012-12-19 17:31:04 -08:00
Ashfame
3b792a1317
use code tags in markdown instead of backticks to be able to use
2012-12-14 16:08:53 +05:30
Ashfame
0fdebbeae6
add in replacement text too
2012-12-14 15:48:11 +05:30