Skip to content

Commit

Permalink
updating readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BFTrick committed Nov 29, 2012
1 parent 31fc6bc commit f4d8d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This WordPress plugin creates a new control type for the [WordPress Theme Custom
2. Pick out your favorite [Google Web Fonts](http://www.google.com/webfonts)
3. Open your function.php file
4. Save your favorite fonts in an array like so:
```php
``` php
$customFontFamilies;
if (class_exists('Google_Font_Collection'))
{
Expand All @@ -24,7 +24,7 @@ if (class_exists('Google_Font_Collection'))
}
```
5. Create the control
```php
``` php
if (class_exists('Google_Font_Picker_Custom_Control'))
{
// make sure we have the control included
Expand Down

0 comments on commit f4d8d09

Please sign in to comment.