Skip to content

Commit

Permalink
update media credit plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldG committed Oct 10, 2016
1 parent 9b79236 commit 0698e37
Show file tree
Hide file tree
Showing 9 changed files with 416 additions and 687 deletions.
340 changes: 0 additions & 340 deletions LICENSE

This file was deleted.

73 changes: 0 additions & 73 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions css/media-credit.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.media-credit {
max-width:100%;
font-size: 0.9em;
line-height: 1.2em; /*11px*/
text-align: right;
Expand Down
2 changes: 1 addition & 1 deletion css/media-credit.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inc/acf-media-credit-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'type' => 'text',
'column_width' => '',
'default_value' => '',
'placeholder' => '© iStockPhoto',
'placeholder' => '©iStock.com/user',
'prepend' => '',
'append' => '',
'formatting' => 'none',
Expand Down
2 changes: 1 addition & 1 deletion inc/acf-pro-media-credit-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'id' => '',
),
'default_value' => '',
'placeholder' => '© iStockPhoto',
'placeholder' => '©iStock.com/user',
'prepend' => '',
'append' => '',
'maxlength' => '',
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

// Silence is golden.

?>
?>
Loading

0 comments on commit 0698e37

Please sign in to comment.