Description: Provides a "view all" (single page) option for posts, pages, and custom post types paged using WordPress' <a href="http://codex.wordpress.org/Write_Post_SubPanel#Quicktags" target="_blank"><code><!--nextpage--></code> Quicktag</a> (multipage posts).
Author: Erick Hitter & Oomph, Inc.
Version: 0.8
Version: 0.8.1
Author URI: http://www.thinkoomph.com/
Text Domain: view_all_posts_pages
...
...
@@ -429,7 +429,7 @@ class view_all_posts_pages {
* @return null
*/
publicfunctionaction_admin_menu(){
add_options_page(__("View All Post's Pages Options",'view_all_posts_pages'),"View All Post's Pages",'manage_options',$this->ns,array($this,'admin_options'));
add_options_page(sprintf(__('%s Options','view_all_posts_pages'),"View All Post's Pages"),"View All Post's Pages",'manage_options',$this->ns,array($this,'admin_options'));