Skip to content

Commit

Permalink
Stripping out setting capability for metadata editing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AramZS committed Feb 26, 2018
1 parent dfc251b commit a1a91d2
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions parts/settings/tab-site.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,18 +203,3 @@
<p>
<?php _e( 'Your WordPress site may have more than one Post Type installed, this setting will allow you to send nominations to the post type of your choice.', 'pf' ); ?>
</p>
<hr />
<p>
<?php
$meta_handling = get_option( PF_SLUG . '_advanced_meta_handling', 'no' );

?>
<select id="<?php echo PF_SLUG; ?>_advanced_meta_handling" name="<?php echo PF_SLUG; ?>_advanced_meta_handling">
<option value="yes" <?php if ( $meta_handling == 'yes' ) { echo 'selected="selected"'; }?>>Yes</option>
<option value="no" <?php if ( $meta_handling == 'no' ) { echo 'selected="selected"'; }?>>No</option>
</select>
<label class="description" for="<?php echo PF_SLUG; ?>_advanced_meta_handling"><?php echo __( 'Allow site administrators to fix errors in metadata on the Nomination level.', 'pf' ); ?></label>
</p>
<p>
<?php _e( 'Metadata can have errors or omissions. Activating this setting will allow site administrators to adjust the data at the Nomination stage. This is for advanced users only.', 'pf' ); ?>
</p>

0 comments on commit a1a91d2

Please sign in to comment.