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
Scott Walkinshaw
93d0d10b87
Merge pull request #442 from netboy/master
...
Polish translation
2012-05-10 08:29:06 -07:00
netboy
cec1d32fc6
Added a polish translation
2012-05-10 15:14:15 +02:00
Ben Word
614fca763c
Update comment about H5BP's style.css
2012-05-09 02:11:11 -06:00
Ben Word
f1ff5204a3
Add ability to include header without top navbar
2012-05-09 01:28:39 -06:00
Ben Word
7d2b3c1e07
Re-organization
2012-05-09 00:55:09 -06:00
Ben Word
d4ec36331b
Fix #413 - Allow custom CSS classes in menu items, walker cleanup
2012-05-08 23:07:29 -06:00
Ben Word
a07afc763c
Fix #433 - Remove console.log wrapper from plugins.js
2012-05-08 21:37:21 -06:00
Ben Word
2652d6e888
Add config options for clean URLs and H5BP's .htaccess
2012-05-08 21:29:32 -06:00
Scott Walkinshaw
a09a160450
Merge pull request #432 from elflo/disable_relative_urls
...
Add config option to toggle relative URL functionality
2012-05-03 08:35:40 -07:00
elflo
522cf8cb7a
This adds the option to enable or disable the relative urls functionality.
...
I added a true/false switch to enable/disable the relative urls in roots_config.php. Relative urls are enabled by default.
I moved the conditions that previously triggered the relative urls functionality to a new function enable_root_relative_urls() which returns a boolean true/false.
I replaced the conditions i moved by a test for enable_root_relative_urls() true/false value.
2012-05-03 17:25:40 +02:00
Scott Walkinshaw
66fa8d5d55
Merge pull request #430 from wohlford/master
...
Remove stylesheet versioning for cache purposes
2012-05-03 05:36:29 -07:00
Jason Wohlford
27de0373a3
Remove Wordpress version numbers from stylesheets.
2012-05-02 20:46:55 -05:00
Ben Word
aa8bbff8ee
Merge pull request #429 from wohlford/master
...
Fix missing reference to main.js
2012-05-02 16:36:01 -07:00
Jason Wohlford
f349dc4318
Fixed missing main.js reference.
2012-05-02 18:22:45 -05:00
Scott Walkinshaw
a28033c571
Fix missing ).
2012-05-02 17:55:13 -03:00
Scott Walkinshaw
ec0e1fe950
Fix #428 - Don't include h5bp's style.css by default.
2012-05-02 15:38:42 -03:00
Ben Word
fc9f001d96
Fix #424 - Add missing commented-out </IfModule>
2012-04-30 10:13:12 -06:00
Ben Word
9c64e231ac
Re-add H5BP htaccess markers
2012-04-29 20:03:03 -06:00
Ben Word
8a3b2cf142
Add updates from H5BP
2012-04-29 20:01:47 -06:00
Ben Word
44997560bb
Fix #402 - Allow roots-htaccess.php to work with Litespeed
2012-04-29 19:47:53 -06:00
Ben Word
bb5e314c18
Fix duplicate 'home' in body_class
2012-04-29 19:30:52 -06:00
Ben Word
d4032f54a4
Fix #421 , #419 - Correct plugins.js
2012-04-29 16:34:13 -06:00