Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Uploading version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nelio committed Jul 29, 2015
1 parent 273f6e5 commit 2b31cbd
Show file tree
Hide file tree
Showing 7 changed files with 348 additions and 144 deletions.
Binary file added assets/default-placeholder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
152 changes: 152 additions & 0 deletions assets/default-placeholder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/nelioefi-placeholder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions includes/admin/edit-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ function nelioefi_url_metabox( $post ) {
$show_if_img = 'display:none;';
}
?>
<input type="text" placeholder="ALT attribute" style="width:100%;margin-top:10px;<?php echo $show_if_img; ?>"
id="nelioefi_alt" name="nelioefi_alt"
<input type="hidden" id="nelioefi_alt" name="nelioefi_alt"
value="<?php echo esc_attr( $nelioefi_alt ); ?>" /><?php
if ( $has_img ) { ?>
<div id="nelioefi_preview_block"><?php
Expand Down
Loading

0 comments on commit 2b31cbd

Please sign in to comment.