Commit Graph

470 Commits

Author SHA1 Message Date
Ben Word
704ee09f2b Fix #478 - Resolve some clean URL issues, re-open #395 2012-07-15 01:03:18 -05:00
Ben Word
a9598a1b54 Add some comments to the config 2012-07-15 01:01:41 -05:00
Ben Word
8e88ee4d4a Remove WP_POST_REVISIONS definition 2012-07-14 23:51:18 -05:00
Ben Word
abcfc5200a Merge pull request #503 from sanchothefat/master
Menu args filter assumes items_wrap should be unordered list
2012-07-14 06:54:50 -07:00
Robert O'Rourke
19036d9e8e Removed menu walker args filter assumption that the menu will be an unordereed list 2012-07-14 12:42:59 +01:00
Scott Walkinshaw
9784b883a6 Merge pull request #497 from sumkincpp/master
Russian translations
2012-07-09 12:11:54 -07:00
Fedor Sumkin
991feb4fb6 added translation for Russian language 2012-07-09 23:02:49 +04:00
Scott Walkinshaw
2368ac2a32 Merge pull request #494 from haraldringvold/master
Add Norwegian Bokmål translation
2012-07-02 12:26:20 -07:00
Harald Ringvold
c4ab7abdc4 Fix to Norwegian Bokmål translation 2012-07-02 12:14:03 +02:00
Harald Ringvold
64d7cec3fd Added Norwegian Bokmål translation 2012-07-02 12:10:10 +02:00
Scott Walkinshaw
f54a8e203e Merge pull request #489 from Foxaii/master
Allow author to control archive penname from dashboard.
2012-06-21 11:04:25 -07:00
Foxaii
4c9659cbfc Substituted 'user_nicename' with 'display_name' to allow the author to change their penname using the "Display name publicly as" from the profile dashboard. 2012-06-21 19:48:12 +02:00
Scott Walkinshaw
92ae9bcf06 Merge pull request #487 from weslly/master
Fix lowercase reference to $WP_User->ID on roots_entry_meta()
2012-06-19 11:17:56 -07:00
Weslly Honorato
e189a88d22 Fix lowercase reference to $WP_User->ID on roots_entry_meta() 2012-06-19 15:08:01 -03:00
Scott Walkinshaw
e1fade295e Merge pull request #484 from weslly/master
Fix #479 - Use wp_get_theme() to get the theme name on activation
2012-06-17 10:17:23 -07:00
Weslly Honorato
4850e1823a Support only wp 3.4 on activation 2012-06-17 12:30:00 -03:00
Weslly Honorato
0d51f0a644 Convert version number to double 2012-06-17 11:18:42 -03:00
Weslly Honorato
73b5506727 Use wp_get_theme() to get the theme name on activation 2012-06-17 11:09:23 -03:00
Ben Word
e16aa0e943 Use <figure> & <figcaption> for captions 2012-06-11 22:31:08 -06:00
Ben Word
3dcb347d7f Wrap embedded media as suggested by Readability 2012-06-11 21:50:27 -06:00
Ben Word
957b502f98 Remove unnecessary remove_action's on wp_head as of 3.2.1
See http://core.trac.wordpress.org/ticket/18128
2012-06-11 21:39:50 -06:00
Ben Word
0ed246ec55 Add updates from H5BP 2012-06-11 21:00:12 -06:00
Ben Word
f40ee23d85 Remove 'well' class 2012-06-11 20:48:42 -06:00
Ben Word
c323ca857a Flush permalinks on activation to avoid 404s with clean URLs 2012-06-11 20:42:08 -06:00
Ben Word
1429e33933 Merge pull request #472 from jamescostian/master
Corrected home URL for subdir installs
2012-06-11 19:34:21 -07:00
Ben Word
b089166082 Fix #464 - Show proper classes on additional wp_nav_menu()'s 2012-06-11 13:07:20 -06:00
Ben Word
0b061115b0 Fix #469 - Remove unnecessary semicolon 2012-06-11 11:34:49 -06:00
James Costian
aef67d23b8 Corrects script and style URLs on subdir installs
By removing get_template_directory_uri() from each call to either the
wp_enqueue_style() or the wp_enqueue_script() function, the URLs to CSS
and JS files will now be correct on subdir installs of WP.
2012-06-09 18:12:33 -05:00
James Costian
39379742fc Corrected home URL for subdir installs
If Wordpress is installed in a sub-directory, this will prevent the URL
from being the root of the domain (e.g. example.com/sub/directory/ will
become /sub/directory instead of / ).
2012-06-09 18:05:56 -05:00
Ben Word
9e1ecfa4e1 Update to Bootstrap 2.0.4 2012-06-03 12:26:22 -06:00
Ben Word
88fd827d04 Default header should use pill nav if not using topbar 2012-05-29 21:25:02 -06:00
Scott Walkinshaw
8b20b47130 Nav walkers: match current_ and current- classes 2012-05-25 00:13:51 -03:00
Ben Word
f86965af51 Fix #457 - Remove unused action 2012-05-18 18:16:48 -06:00
Ben Word
e83cd008f3 More cleanup clean up 2012-05-17 22:36:14 -06:00
Scott Walkinshaw
0c1fa13494 Clean up cleanup 2012-05-17 23:29:30 -04:00
Ben Word
30484f027c Remove old admin notice for tagline 2012-05-17 20:59:33 -06:00
Ben Word
d2fc51e3d9 Remove default tagline admin notice, hide from feed
Rather than showing an admin notice if the tagline
is the default, let's just not return that default
tagline in the RSS feed.
2012-05-17 20:57:50 -06:00
Ben Word
decce5ae55 Move WP_POST_REVISIONS definition to config.php 2012-05-17 20:21:36 -06:00
Ben Word
e1331ab1cf Add Bootstrap alert styling to Google Chrome Frame prompt 2012-05-17 20:19:30 -06:00
Ben Word
fc7fca1d6e roots_body_class() is no longer necessary for body_class() 2012-05-17 20:15:42 -06:00
Ben Word
34200f1af1 Fix for duplicated classes in widget markup 2012-05-17 20:02:51 -06:00
Ben Word
6e13df22dd Merge pull request #454 from bgallagh3r/master
Fix empty foreach loop
2012-05-17 12:35:55 -07:00
Brian Gallagher
d095c6eb58 Fixed empty foreach error in cleanup.php 2012-05-17 15:21:38 -04:00
Ben Word
0d359346db Fix #450 - Only display viewport if using responsive grid 2012-05-16 23:51:31 -06:00
Ben Word
2526aa9b43 Fix #450 - Only display viewport if using responsive grid 2012-05-16 23:49:24 -06:00
Ben Word
129e050c7e Fix #452 - Show title on custom post type archive template 2012-05-16 23:41:41 -06:00
Ben Word
d4f425c17a Merge pull request #447 from AlexKovalevych/3.3.2-preview-fix
Fix for theme preview
2012-05-16 22:32:54 -07:00
Scott Walkinshaw
3d0367fb14 Merge pull request #448 from gabor-udvari/master
Add Hungarian translation
2012-05-13 08:38:55 -07:00
Gábor Udvari
7f9c6f1a7d Add Hungarian translation 2012-05-13 14:55:56 +02:00
Alex Kovalevych
cf627cdf1e fixed theme preview for the wp version 3.3.2 2012-05-13 15:26:27 +03:00