Title: Post Planning
Last modified: September 20, 2020

---

# Post Planning

 *  Resolved [Der-Bank-Blog](https://wordpress.org/support/users/der-bank-blog/)
 * (@der-bank-blog)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/post-planning/)
 * Hi
 * Since WP 5.5 the warning pops up even when I hit plan instead of publish. This
   should be avoided
 * Cheers
    Hansjörg

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Torsten Landsiedel](https://wordpress.org/support/users/zodiac1978/)
 * (@zodiac1978)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/post-planning/#post-13429143)
 * Hi [@der-bank-blog](https://wordpress.org/support/users/der-bank-blog/)
 * this plugin is discontinued since July 2019.
 * > This plugin has been closed as of July 5, 2019 and is not available for download.
   > This closure is permanent.
 * The problem you have mentioned is related to changes in the script translation
   method used in WordPress 5.5.
 * Former fix (now broken):
    [https://github.com/pluginkollektiv/publish-confirm/pull/16](https://github.com/pluginkollektiv/publish-confirm/pull/16)
 * Related make/core blogposts about new method:
 * > [More support for JavaScript i18n in WordPress 5.5](https://make.wordpress.org/core/2020/08/05/more-support-for-javascript-i18n-in-wordpress-5-5/)
 * > [Deprecated JavaScript globals](https://make.wordpress.org/core/2020/09/01/deprecated-javascript-globals/)
 * i18n documentation:
    [https://developer.wordpress.org/apis/handbook/internationalization/#internationalizing-javascript](https://developer.wordpress.org/apis/handbook/internationalization/#internationalizing-javascript)
 * Unfortunately this will be not fixed here or on Github as this is all closed.
   You have to do this on your own.
 * You will need to change this line (in “inc/publish-confirm.php”):
    `var scheduleLabel
   = postL10n.schedule; // if the language is English, this is "Schedule"` to `var
   scheduleLabel = wp.i18n.__( 'post action\/button label\u0004Schedule' );`
 * Then it will not show for scheduled posts anymore.
 * All the best
    Torsten
 *  Thread Starter [Der-Bank-Blog](https://wordpress.org/support/users/der-bank-blog/)
 * (@der-bank-blog)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/post-planning/#post-13429427)
 * Hallo Torsten
 * ganz herzlichen Dank. Schade, dass Euer hilfreiches Plugin nicht mehr gelistet
   ist. Mir leistet es jedenfalls wertvolle Dienste
 * VG
    Hansjörg
 *  Plugin Author [Torsten Landsiedel](https://wordpress.org/support/users/zodiac1978/)
 * (@zodiac1978)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/post-planning/#post-13429615)
 * Hallo [@der-bank-blog](https://wordpress.org/support/users/der-bank-blog/)
 * Das liegt daran, dass der neue Blockeditor so eine Funktion schon hat.
 * Konnte ja keiner ahnen, dass es nochmal mit einem Update kaputt geht …
 * Danke auf jeden Fall für deine Treue zum Plugin ☺️
 * Beste Grüße
    Torsten
 *  Plugin Author [Torsten Landsiedel](https://wordpress.org/support/users/zodiac1978/)
 * (@zodiac1978)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/post-planning/#post-13431911)
 * Nach Rücksprache wäre wohl folgender Code korrekter:
 * `var scheduleLabel = wp.i18n._x( 'Schedule', 'post action/button label' );`
 *  Thread Starter [Der-Bank-Blog](https://wordpress.org/support/users/der-bank-blog/)
 * (@der-bank-blog)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/post-planning/#post-13432043)
 * Ganz herzlichen Dank

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Post Planning’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/publish-confirm_999999.svg)
 * [Publish Confirm](https://wordpress.org/plugins/publish-confirm/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/publish-confirm/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/publish-confirm/)
 * [Active Topics](https://wordpress.org/support/plugin/publish-confirm/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/publish-confirm/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/publish-confirm/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Der-Bank-Blog](https://wordpress.org/support/users/der-bank-blog/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/post-planning/#post-13432043)
 * Status: resolved