From a1faceb25680bb46f3f480ee8040eb437b07f4cb Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 30 Aug 2020 14:10:42 -0700 Subject: [PATCH] Disable PHPCS for now --- languages/wp-print-friendly.pot | 56 ++++++++++++++++----------------- wp-print-friendly.php | 1 + 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/languages/wp-print-friendly.pot b/languages/wp-print-friendly.pot index 94bbd17..a6a082c 100644 --- a/languages/wp-print-friendly.pot +++ b/languages/wp-print-friendly.pot @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: WP Print Friendly 0.6.2\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/wp-print-friendly\n" -"POT-Creation-Date: 2020-03-26 17:59:50+00:00\n" +"POT-Creation-Date: 2020-08-30 21:10:00+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -25,113 +25,113 @@ msgstr "" "X-Poedit-Bookmarks: \n" "X-Textdomain-Support: yes\n" -#: wp-print-friendly.php:120 +#: wp-print-friendly.php:121 msgid "Print this entry" msgstr "" -#: wp-print-friendly.php:121 +#: wp-print-friendly.php:122 msgid "Print this page" msgstr "" -#: wp-print-friendly.php:125 +#: wp-print-friendly.php:126 msgid "Endnotes:" msgstr "" -#: wp-print-friendly.php:670 +#: wp-print-friendly.php:671 msgid "Automatically add print links based on settings below?" msgstr "" -#: wp-print-friendly.php:672 wp-print-friendly.php:736 +#: wp-print-friendly.php:673 wp-print-friendly.php:737 msgid "Yes" msgstr "" -#: wp-print-friendly.php:673 +#: wp-print-friendly.php:674 msgid "No" msgstr "" -#: wp-print-friendly.php:677 +#: wp-print-friendly.php:678 msgid "Automatically place link:" msgstr "" -#: wp-print-friendly.php:679 +#: wp-print-friendly.php:680 msgid "Above content" msgstr "" -#: wp-print-friendly.php:680 +#: wp-print-friendly.php:681 msgid "Below content" msgstr "" -#: wp-print-friendly.php:681 +#: wp-print-friendly.php:682 msgid "Above and below content" msgstr "" -#: wp-print-friendly.php:685 +#: wp-print-friendly.php:686 msgid "Display automatically on:" msgstr "" -#: wp-print-friendly.php:698 +#: wp-print-friendly.php:699 msgid "Text for link to print entire item:" msgstr "" -#: wp-print-friendly.php:704 +#: wp-print-friendly.php:705 msgid "Text for link to print current page:" msgstr "" -#: wp-print-friendly.php:708 +#: wp-print-friendly.php:709 msgid "" "If viewing a multipage post (set by using the <!--nextpage--> tag), " "the text above is used for a link to print just the current page." msgstr "" -#: wp-print-friendly.php:709 +#: wp-print-friendly.php:710 msgid "<strong>To hide this link,</strong> clear the field's contents." msgstr "" -#: wp-print-friendly.php:713 +#: wp-print-friendly.php:714 msgid "CSS for print links:" msgstr "" -#: wp-print-friendly.php:717 +#: wp-print-friendly.php:718 msgid "" "For page-specific print links, a second class, created by appending " "<strong>_cur</strong> to the above text, is added to each link." msgstr "" -#: wp-print-friendly.php:718 +#: wp-print-friendly.php:719 msgid "" "Be aware that Internet Explorer will only interpret the first two CSS " "classes, so if multiple classes are entered above, the page-specific class " "may not be available in IE." msgstr "" -#: wp-print-friendly.php:722 +#: wp-print-friendly.php:723 msgid "Open print-friendly views:" msgstr "" -#: wp-print-friendly.php:724 +#: wp-print-friendly.php:725 msgid "In the same window" msgstr "" -#: wp-print-friendly.php:725 +#: wp-print-friendly.php:726 msgid "In a new window" msgstr "" -#: wp-print-friendly.php:734 +#: wp-print-friendly.php:735 msgid "Include endnotes for links found in content?" msgstr "" -#: wp-print-friendly.php:738 +#: wp-print-friendly.php:739 msgid "" "If enabled, content is automatically scanned for links and an endnote is " "added for each link found. This can be helpful for users if your content " "includes many links." msgstr "" -#: wp-print-friendly.php:742 +#: wp-print-friendly.php:743 msgid "Endnotes heading:" msgstr "" -#: wp-print-friendly.php:746 +#: wp-print-friendly.php:747 msgid "" "If endnotes are enabled, the text entered above will be output above the " "list of links." @@ -141,14 +141,14 @@ msgstr "" msgid "WP Print Friendly" msgstr "" -#: wp-print-friendly.php:882 +#: wp-print-friendly.php:883 msgid "" "You must refresh your site's permalinks before WP Print Friendly is fully " "activated. To do so, go to <a href=\"%s\">Permalinks</a> and click the " "<strong><em>Save Changes</em></strong> button at the bottom of the screen." msgstr "" -#: wp-print-friendly.php:884 +#: wp-print-friendly.php:885 msgid "When finished, click <a href=\"%s\">here</a> to hide this message." msgstr "" diff --git a/wp-print-friendly.php b/wp-print-friendly.php index 3218727..23eb21c 100644 --- a/wp-print-friendly.php +++ b/wp-print-friendly.php @@ -1,4 +1,5 @@ <?php +// phpcs:ignoreFile -- legacy code in need of refactoring. /* Plugin Name: WP Print Friendly Plugin URI: http://oomphinc.com/plugins-modules/wp-print-friendly/ -- GitLab