Return page Quicktag button
-
I’m not sure if there was a reason, but the page (
<!--nextpage-->) Quicktag button was “removed” in 1.5.1. To get it back, open wp-admin/quicktags.js in a text editor and locate this section (starting at line 135):/*
edButtons[edButtons.length] =
new edButton('ed_next'
,'page'
,'<!--nextpage-->'
,''
,'p'
,-1
);
*/Just remove the
/*and*/lines to uncomment the block of code and return the button to your editing windows.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Return page Quicktag button’ is closed to new replies.