Skip to content

Commit

Permalink
remove extra + signs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltorbert committed Apr 6, 2017
1 parent b6db719 commit 14a4c7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/aioseop_opengraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,12 @@ function __construct() {
'type' => 'select',
'initial_options' => Array(
'' => __( 'Default Image', 'all-in-one-seo-pack' ),
+ 'featured' => __( 'Featured Image', 'all-in-one-seo-pack' ),
+ 'attach' => __( 'First Attached Image', 'all-in-one-seo-pack' ),
+ 'content' => __( 'First Image In Content', 'all-in-one-seo-pack' ),
+ 'custom' => __( 'Image From Custom Field', 'all-in-one-seo-pack' ),
+ 'author' => __( 'Post Author Image', 'all-in-one-seo-pack' ),
+ 'auto' => __( 'First Available Image', 'all-in-one-seo-pack' ),
'featured' => __( 'Featured Image', 'all-in-one-seo-pack' ),
'attach' => __( 'First Attached Image', 'all-in-one-seo-pack' ),
'content' => __( 'First Image In Content', 'all-in-one-seo-pack' ),
'custom' => __( 'Image From Custom Field', 'all-in-one-seo-pack' ),
'author' => __( 'Post Author Image', 'all-in-one-seo-pack' ),
'auto' => __( 'First Available Image', 'all-in-one-seo-pack' ),
),
),
'fallback' => Array(
Expand Down

4 comments on commit 14a4c7d

@michaeltorbert
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yt1969
Copy link

@yt1969 yt1969 commented on 14a4c7d Apr 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am in trouble because you release such code...
Please check more strictly.

@michaeltorbert
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yt1969 We do check all code, however software will always have bugs thanks to the human element. We always recommend testing updates of all software in a development environment before the production environment.

@yt1969
Copy link

@yt1969 yt1969 commented on 14a4c7d Apr 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michaeltorbert I understand that.
However, it was too simple mistake to mention it.
I expect to release more stable code.

Please sign in to comment.