PluginProbe
Easy Footnotes / 1.1.1
Easy Footnotes v1.1.1
trunk 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.12 1.1.13 1.1.14 1.1.2 All 32 releases
← All changes | easy-footnotes-admin.php +4 -4 1.1.21.1.1 View file →
@@ -48,12 +48,12 @@
48 48 <?php
49 49 endif;
50 50 } else {
51 51 // Normal page display.
52 - $easyFootnoteLabel = isset( $footnoteOptions['footnoteLabel'] ) ? $footnoteOptions['footnoteLabel'] : __( 'Footnotes', 'easy-footnotes' );
53 - $easyFootnoteCheck = isset( $footnoteOptions['useLabel'] ) ? $footnoteOptions['useLabel'] : false;
54 - $hide_easy_footnote_after_posts = isset( $footnoteOptions['hide_easy_footnote_after_posts'] ) ? $footnoteOptions['hide_easy_footnote_after_posts'] : false;
55 - $show_easy_footnote_on_front = isset( $footnoteOptions['show_easy_footnote_on_front'] ) ? $footnoteOptions['show_easy_footnote_on_front'] : false;
52 + $easyFootnoteLabel = $footnoteOptions['footnoteLabel'];
53 + $easyFootnoteCheck = $footnoteOptions['useLabel'];
54 + $hide_easy_footnote_after_posts = $footnoteOptions['hide_easy_footnote_after_posts'];
55 + $show_easy_footnote_on_front = $footnoteOptions['show_easy_footnote_on_front'];
56 56 }
57 57 ?>
58 58
59 59 <div class="wrap">