-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
briankelleher
committed
Feb 14, 2016
1 parent
0a1f1a2
commit 51a31b6
Showing
364 changed files
with
93,733 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
# BEGIN WordPress | ||
<IfModule mod_rewrite.c> | ||
RewriteEngine On | ||
RewriteBase / | ||
RewriteRule ^index\.php$ - [L] | ||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
RewriteRule . /index.php [L] | ||
</IfModule> | ||
|
||
# END WordPress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Advanced Custom Fields | ||
|
||
Welcome to the official repository for Advanced Custom Fields WordPress plugin. | ||
|
||
----------------------- | ||
|
||
* Readme : https://github.com/elliotcondon/acf/blob/master/readme.txt | ||
* WordPress repository: https://wordpress.org/plugins/advanced-custom-fields/ | ||
* Website : http://www.advancedcustomfields.com/ | ||
* Documentation: http://www.advancedcustomfields.com/resources/ | ||
* Support: http://support.advancedcustomfields.com/ |
Oops, something went wrong.