Changeset 739008
- Timestamp:
- 07/11/2013 05:14:10 AM (13 years ago)
- Location:
- wp-over-network
- Files:
-
- 14 edited
- 1 copied
-
tags/0.4.0 (copied) (copied from wp-over-network/trunk)
-
tags/0.4.0/WPONW_RecentPostsWidget.php (modified) (5 diffs)
-
tags/0.4.0/languages/wponw-ja.mo (modified) (previous)
-
tags/0.4.0/languages/wponw-ja.po (modified) (3 diffs)
-
tags/0.4.0/languages/wponw.pot (modified) (3 diffs)
-
tags/0.4.0/readme.txt (modified) (4 diffs)
-
tags/0.4.0/screenshot-1.png (modified) (previous)
-
tags/0.4.0/templates/widget-form.php (modified) (1 diff)
-
trunk/WPONW_RecentPostsWidget.php (modified) (5 diffs)
-
trunk/languages/wponw-ja.mo (modified) (previous)
-
trunk/languages/wponw-ja.po (modified) (3 diffs)
-
trunk/languages/wponw.pot (modified) (3 diffs)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/screenshot-1.png (modified) (previous)
-
trunk/templates/widget-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-over-network/tags/0.4.0/WPONW_RecentPostsWidget.php
r737504 r739008 51 51 $transient_expires_in = isset( $instance['transient_expires_in'] ) ? absint( $instance['transient_expires_in'] ) : 0; 52 52 $post_type = isset( $instance['post_type'] ) ? $instance['post_type'] : 'post'; 53 $blog_ids = ! empty( $instance['blog_ids'] ) ? $instance['blog_ids'] : null; 54 $exclude_blog_ids = ! empty( $instance['exclude_blog_ids'] ) ? $instance['exclude_blog_ids'] : null; 53 55 54 56 //Getting posts. … … 58 60 'transient_expires_in' => $transient_expires_in, 59 61 'post_type' => $post_type, 62 'blog_ids' => $blog_ids, 63 'exclude_blog_ids' => $exclude_blog_ids, 60 64 ); 61 65 $getpostsargs = apply_filters( 'wponw_widget_get_posts_args', $getpostsargs ); … … 83 87 $instance['transient_expires_in'] = absint( $new_instance['transient_expires_in'] ); 84 88 $instance['post_type'] = trim( $new_instance['post_type'] ); 89 $instance['blog_ids'] = wponw::cleanids( $new_instance['blog_ids'] ); 90 $instance['exclude_blog_ids'] = wponw::cleanids( $new_instance['exclude_blog_ids'] ); 85 91 $this->flush_widget_cache(); 86 92 … … 110 116 $post_type_id = $this->get_field_id( 'post_type' ); 111 117 $post_type_name = $this->get_field_name( 'post_type' ); 118 $blog_ids = isset( $instance['blog_ids'] ) ? $instance['blog_ids'] : null; 119 $blog_ids_id = $this->get_field_id( 'blog_ids' ); 120 $blog_ids_name = $this->get_field_name( 'blog_ids' ); 121 $exclude_blog_ids = isset( $instance['exclude_blog_ids'] ) ? $instance['exclude_blog_ids'] : null; 122 $exclude_blog_ids_id = $this->get_field_id( 'exclude_blog_ids' ); 123 $exclude_blog_ids_name = $this->get_field_name( 'exclude_blog_ids' ); 112 124 113 125 wponw::render( 'widget-form', compact( … … 126 138 'post_type', 127 139 'post_type_id', 128 'post_type_name' 140 'post_type_name', 141 'blog_ids', 142 'blog_ids_id', 143 'blog_ids_name', 144 'exclude_blog_ids', 145 'exclude_blog_ids_id', 146 'exclude_blog_ids_name' 129 147 ) ); 130 148 } 149 150 131 151 } -
wp-over-network/tags/0.4.0/languages/wponw-ja.po
r737504 r739008 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP Over Network 0. 2.1.0\n"6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp _over_network\n"7 "POT-Creation-Date: 2013-0 5-25 05:44:51+00:00\n"5 "Project-Id-Version: WP Over Network 0.4.0\n" 6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-over-network\n" 7 "POT-Creation-Date: 2013-07-11 04:56:05+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" … … 49 49 msgstr "対象の投稿タイプ:" 50 50 51 #: templates/widget-form.php:23 52 msgid "Blog IDs to include:" 53 msgstr "表示するブログのID" 54 55 #: templates/widget-form.php:25 templates/widget-form.php:30 56 msgid "Comma-separated." 57 msgstr "カンマ区切り" 58 59 #: templates/widget-form.php:28 60 msgid "Blog IDs to exclude:" 61 msgstr "除外するブログのID" 62 51 63 #. Plugin Name of the plugin/theme 52 64 msgid "WP Over Network" 53 65 msgstr "WP Over Network" 54 66 67 #. #-#-#-#-# wponw.pot (WP Over Network 0.4.0) #-#-#-#-# 55 68 #. Plugin URI of the plugin/theme 56 msgid "http://foreignkey.jp/wp-over-netowrk" 57 msgstr "http://foreignkey.jp/wp-over-netowrk" 69 #. #-#-#-#-# wponw.pot (WP Over Network 0.4.0) #-#-#-#-# 70 #. Author URI of the plugin/theme 71 msgid "https://github.com/yuka2py/wp_over_network" 72 msgstr "https://github.com/yuka2py/wp_over_network" 58 73 59 74 #. Description of the plugin/theme … … 62 77 63 78 #. Author of the plugin/theme 64 msgid "@HissyNC, @yuka2py" 65 msgstr "@ HissyNC、@ yuka2py" 66 67 #. Author URI of the plugin/theme 68 msgid "http://foreignkey.jp/wp-over-netowrk#author" 69 msgstr "http://foreignkey.jp/wp-over-netowrk#author" 70 79 msgid "HissyNC, yuka2py" 80 msgstr "HissyNC, yuka2py" -
wp-over-network/tags/0.4.0/languages/wponw.pot
r737504 r739008 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP Over Network 0. 2.1.0\n"6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp _over_network\n"7 "POT-Creation-Date: 2013-0 5-25 05:44:51+00:00\n"5 "Project-Id-Version: WP Over Network 0.4.0\n" 6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-over-network\n" 7 "POT-Creation-Date: 2013-07-11 04:56:05+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" … … 49 49 msgstr "" 50 50 51 #: templates/widget-form.php:23 52 msgid "Blog IDs to include:" 53 msgstr "" 54 55 #: templates/widget-form.php:25 templates/widget-form.php:30 56 msgid "Comma-separated." 57 msgstr "" 58 59 #: templates/widget-form.php:28 60 msgid "Blog IDs to exclude:" 61 msgstr "" 62 51 63 #. Plugin Name of the plugin/theme 52 64 msgid "WP Over Network" 53 65 msgstr "" 54 66 67 #. #-#-#-#-# wponw.pot (WP Over Network 0.4.0) #-#-#-#-# 55 68 #. Plugin URI of the plugin/theme 56 msgid "http://foreignkey.jp/wp-over-netowrk" 57 msgstr "http://foreignkey.jp/wp-over-netowrk" 69 #. #-#-#-#-# wponw.pot (WP Over Network 0.4.0) #-#-#-#-# 70 #. Author URI of the plugin/theme 71 msgid "https://github.com/yuka2py/wp_over_network" 72 msgstr "" 58 73 59 74 #. Description of the plugin/theme … … 62 77 63 78 #. Author of the plugin/theme 64 msgid " @HissyNC, @yuka2py"79 msgid "HissyNC, yuka2py" 65 80 msgstr "" 66 67 #. Author URI of the plugin/theme68 msgid "http://foreignkey.jp/wp-over-netowrk#author"69 msgstr "http://foreignkey.jp/wp-over-netowrk#author" -
wp-over-network/tags/0.4.0/readme.txt
r737585 r739008 5 5 Requires at least: 3.5 6 6 Tested up to: 3.5.1 7 Stable tag: 0. 3.1.47 Stable tag: 0.4.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 11 Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function. 12 12 13 13 14 == Description == … … 16 17 17 18 Use the following: 18 19 19 20 20 … … 112 112 == Upgrade Notice == 113 113 114 None currently. 114 = 0.4.0 = 115 * I changed the file name, for the plug-in file management issues on. 115 116 116 117 … … 123 124 124 125 == Changelog == 126 127 = 0.4.0 = 128 * Added settings to widget 129 * Bug fix 125 130 126 131 = 0.3.1.x = -
wp-over-network/tags/0.4.0/templates/widget-form.php
r737504 r739008 1 1 <p> 2 2 <label for="<?php echo $widget_title_id ?>"><?php _e( 'Title:', wponw::WPONW_PREFIX ); ?></label> 3 <input class="widefat" id="<?php echo $widget_title_id ?>" name="<?php echo $widget_title_name ?>" type="text" value="<?php echo $widget_title; ?>" />3 <input class="widefat" id="<?php echo $widget_title_id ?>" name="<?php echo $widget_title_name ?>" type="text" value="<?php echo esc_attr( $widget_title ); ?>" /> 4 4 </p> 5 5 <p> 6 6 <label for="<?php echo $numberposts_id ?>"><?php _e( 'Number of posts to show:', wponw::WPONW_PREFIX ); ?></label> 7 <input id="<?php echo $numberposts_id ?>" name="<?php echo $numberposts_name ?>" type="text" value="<?php echo $numberposts; ?>" size="3" />7 <input id="<?php echo $numberposts_id ?>" name="<?php echo $numberposts_name ?>" type="text" value="<?php echo esc_attr( $numberposts ); ?>" size="3" /> 8 8 </p> 9 9 <p> 10 <input class="checkbox" type="checkbox" <?php checked( $show_date ); ?> id="<?php echo $show_date_id ?>" name="<?php echo $show_date_name?>" />10 <input class="checkbox" type="checkbox" <?php checked( $show_date ); ?> id="<?php echo $show_date_id ?>" name="<?php echo esc_attr( $show_date_name ) ?>" /> 11 11 <label for="<?php echo $show_date_id ?>"><?php _e( 'Display post date?', wponw::WPONW_PREFIX ); ?></label> 12 12 </p> 13 13 <p> 14 14 <label for="<?php echo $transient_expires_in_id ?>"><?php _e( 'Cache expiry time:', wponw::WPONW_PREFIX ); ?></label> 15 <input id="<?php echo $transient_expires_in_id ?>" name="<?php echo $transient_expires_in_name ?>" type="text" value="<?php echo $transient_expires_in; ?>" size="3" /> <?php _e( 'seconds', wponw::WPONW_PREFIX ) ?><br />15 <input id="<?php echo $transient_expires_in_id ?>" name="<?php echo $transient_expires_in_name ?>" type="text" value="<?php echo esc_attr( $transient_expires_in ); ?>" size="3" /> <?php _e( 'seconds', wponw::WPONW_PREFIX ) ?><br /> 16 16 (<?php _e( 'Cache is disabled by ZERO.', wponw::WPONW_PREFIX ) ?>) 17 17 </p> 18 18 <p> 19 19 <label for="<?php echo $post_type_id ?>"><?php _e( 'Target post type:', wponw::WPONW_PREFIX ); ?></label> 20 <input class="widefat" id="<?php echo $post_type_id ?>" name="<?php echo $post_type_name ?>" type="text" value="<?php echo $post_type; ?>" />20 <input class="widefat" id="<?php echo $post_type_id ?>" name="<?php echo $post_type_name ?>" type="text" value="<?php echo esc_attr( $post_type ); ?>" /> 21 21 </p> 22 <p> 23 <label for="<?php echo $blog_ids_id ?>"><?php _e( 'Blog IDs to include:', wponw::WPONW_PREFIX ); ?></label> 24 <input class="widefat" id="<?php echo $blog_ids_id ?>" name="<?php echo $blog_ids_name ?>" type="text" value="<?php echo esc_attr( $blog_ids ); ?>" /><br> 25 (<?php _e( 'Comma-separated.', wponw::WPONW_PREFIX ) ?>) 26 </p> 27 <p> 28 <label for="<?php echo $exclude_blog_ids_id ?>"><?php _e( 'Blog IDs to exclude:', wponw::WPONW_PREFIX ); ?></label> 29 <input class="widefat" id="<?php echo $exclude_blog_ids_id ?>" name="<?php echo $exclude_blog_ids_name ?>" type="text" value="<?php echo esc_attr( $exclude_blog_ids ); ?>" /><br> 30 (<?php _e( 'Comma-separated.', wponw::WPONW_PREFIX ) ?>) 31 32 </p> -
wp-over-network/trunk/WPONW_RecentPostsWidget.php
r737504 r739008 51 51 $transient_expires_in = isset( $instance['transient_expires_in'] ) ? absint( $instance['transient_expires_in'] ) : 0; 52 52 $post_type = isset( $instance['post_type'] ) ? $instance['post_type'] : 'post'; 53 $blog_ids = ! empty( $instance['blog_ids'] ) ? $instance['blog_ids'] : null; 54 $exclude_blog_ids = ! empty( $instance['exclude_blog_ids'] ) ? $instance['exclude_blog_ids'] : null; 53 55 54 56 //Getting posts. … … 58 60 'transient_expires_in' => $transient_expires_in, 59 61 'post_type' => $post_type, 62 'blog_ids' => $blog_ids, 63 'exclude_blog_ids' => $exclude_blog_ids, 60 64 ); 61 65 $getpostsargs = apply_filters( 'wponw_widget_get_posts_args', $getpostsargs ); … … 83 87 $instance['transient_expires_in'] = absint( $new_instance['transient_expires_in'] ); 84 88 $instance['post_type'] = trim( $new_instance['post_type'] ); 89 $instance['blog_ids'] = wponw::cleanids( $new_instance['blog_ids'] ); 90 $instance['exclude_blog_ids'] = wponw::cleanids( $new_instance['exclude_blog_ids'] ); 85 91 $this->flush_widget_cache(); 86 92 … … 110 116 $post_type_id = $this->get_field_id( 'post_type' ); 111 117 $post_type_name = $this->get_field_name( 'post_type' ); 118 $blog_ids = isset( $instance['blog_ids'] ) ? $instance['blog_ids'] : null; 119 $blog_ids_id = $this->get_field_id( 'blog_ids' ); 120 $blog_ids_name = $this->get_field_name( 'blog_ids' ); 121 $exclude_blog_ids = isset( $instance['exclude_blog_ids'] ) ? $instance['exclude_blog_ids'] : null; 122 $exclude_blog_ids_id = $this->get_field_id( 'exclude_blog_ids' ); 123 $exclude_blog_ids_name = $this->get_field_name( 'exclude_blog_ids' ); 112 124 113 125 wponw::render( 'widget-form', compact( … … 126 138 'post_type', 127 139 'post_type_id', 128 'post_type_name' 140 'post_type_name', 141 'blog_ids', 142 'blog_ids_id', 143 'blog_ids_name', 144 'exclude_blog_ids', 145 'exclude_blog_ids_id', 146 'exclude_blog_ids_name' 129 147 ) ); 130 148 } 149 150 131 151 } -
wp-over-network/trunk/languages/wponw-ja.po
r737504 r739008 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP Over Network 0. 2.1.0\n"6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp _over_network\n"7 "POT-Creation-Date: 2013-0 5-25 05:44:51+00:00\n"5 "Project-Id-Version: WP Over Network 0.4.0\n" 6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-over-network\n" 7 "POT-Creation-Date: 2013-07-11 04:56:05+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" … … 49 49 msgstr "対象の投稿タイプ:" 50 50 51 #: templates/widget-form.php:23 52 msgid "Blog IDs to include:" 53 msgstr "表示するブログのID" 54 55 #: templates/widget-form.php:25 templates/widget-form.php:30 56 msgid "Comma-separated." 57 msgstr "カンマ区切り" 58 59 #: templates/widget-form.php:28 60 msgid "Blog IDs to exclude:" 61 msgstr "除外するブログのID" 62 51 63 #. Plugin Name of the plugin/theme 52 64 msgid "WP Over Network" 53 65 msgstr "WP Over Network" 54 66 67 #. #-#-#-#-# wponw.pot (WP Over Network 0.4.0) #-#-#-#-# 55 68 #. Plugin URI of the plugin/theme 56 msgid "http://foreignkey.jp/wp-over-netowrk" 57 msgstr "http://foreignkey.jp/wp-over-netowrk" 69 #. #-#-#-#-# wponw.pot (WP Over Network 0.4.0) #-#-#-#-# 70 #. Author URI of the plugin/theme 71 msgid "https://github.com/yuka2py/wp_over_network" 72 msgstr "https://github.com/yuka2py/wp_over_network" 58 73 59 74 #. Description of the plugin/theme … … 62 77 63 78 #. Author of the plugin/theme 64 msgid "@HissyNC, @yuka2py" 65 msgstr "@ HissyNC、@ yuka2py" 66 67 #. Author URI of the plugin/theme 68 msgid "http://foreignkey.jp/wp-over-netowrk#author" 69 msgstr "http://foreignkey.jp/wp-over-netowrk#author" 70 79 msgid "HissyNC, yuka2py" 80 msgstr "HissyNC, yuka2py" -
wp-over-network/trunk/languages/wponw.pot
r737504 r739008 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP Over Network 0. 2.1.0\n"6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp _over_network\n"7 "POT-Creation-Date: 2013-0 5-25 05:44:51+00:00\n"5 "Project-Id-Version: WP Over Network 0.4.0\n" 6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-over-network\n" 7 "POT-Creation-Date: 2013-07-11 04:56:05+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" … … 49 49 msgstr "" 50 50 51 #: templates/widget-form.php:23 52 msgid "Blog IDs to include:" 53 msgstr "" 54 55 #: templates/widget-form.php:25 templates/widget-form.php:30 56 msgid "Comma-separated." 57 msgstr "" 58 59 #: templates/widget-form.php:28 60 msgid "Blog IDs to exclude:" 61 msgstr "" 62 51 63 #. Plugin Name of the plugin/theme 52 64 msgid "WP Over Network" 53 65 msgstr "" 54 66 67 #. #-#-#-#-# wponw.pot (WP Over Network 0.4.0) #-#-#-#-# 55 68 #. Plugin URI of the plugin/theme 56 msgid "http://foreignkey.jp/wp-over-netowrk" 57 msgstr "http://foreignkey.jp/wp-over-netowrk" 69 #. #-#-#-#-# wponw.pot (WP Over Network 0.4.0) #-#-#-#-# 70 #. Author URI of the plugin/theme 71 msgid "https://github.com/yuka2py/wp_over_network" 72 msgstr "" 58 73 59 74 #. Description of the plugin/theme … … 62 77 63 78 #. Author of the plugin/theme 64 msgid " @HissyNC, @yuka2py"79 msgid "HissyNC, yuka2py" 65 80 msgstr "" 66 67 #. Author URI of the plugin/theme68 msgid "http://foreignkey.jp/wp-over-netowrk#author"69 msgstr "http://foreignkey.jp/wp-over-netowrk#author" -
wp-over-network/trunk/readme.txt
r737585 r739008 5 5 Requires at least: 3.5 6 6 Tested up to: 3.5.1 7 Stable tag: 0. 3.1.47 Stable tag: 0.4.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 11 Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function. 12 12 13 13 14 == Description == … … 16 17 17 18 Use the following: 18 19 19 20 20 … … 112 112 == Upgrade Notice == 113 113 114 None currently. 114 = 0.4.0 = 115 * I changed the file name, for the plug-in file management issues on. 115 116 116 117 … … 123 124 124 125 == Changelog == 126 127 = 0.4.0 = 128 * Added settings to widget 129 * Bug fix 125 130 126 131 = 0.3.1.x = -
wp-over-network/trunk/templates/widget-form.php
r737504 r739008 1 1 <p> 2 2 <label for="<?php echo $widget_title_id ?>"><?php _e( 'Title:', wponw::WPONW_PREFIX ); ?></label> 3 <input class="widefat" id="<?php echo $widget_title_id ?>" name="<?php echo $widget_title_name ?>" type="text" value="<?php echo $widget_title; ?>" />3 <input class="widefat" id="<?php echo $widget_title_id ?>" name="<?php echo $widget_title_name ?>" type="text" value="<?php echo esc_attr( $widget_title ); ?>" /> 4 4 </p> 5 5 <p> 6 6 <label for="<?php echo $numberposts_id ?>"><?php _e( 'Number of posts to show:', wponw::WPONW_PREFIX ); ?></label> 7 <input id="<?php echo $numberposts_id ?>" name="<?php echo $numberposts_name ?>" type="text" value="<?php echo $numberposts; ?>" size="3" />7 <input id="<?php echo $numberposts_id ?>" name="<?php echo $numberposts_name ?>" type="text" value="<?php echo esc_attr( $numberposts ); ?>" size="3" /> 8 8 </p> 9 9 <p> 10 <input class="checkbox" type="checkbox" <?php checked( $show_date ); ?> id="<?php echo $show_date_id ?>" name="<?php echo $show_date_name?>" />10 <input class="checkbox" type="checkbox" <?php checked( $show_date ); ?> id="<?php echo $show_date_id ?>" name="<?php echo esc_attr( $show_date_name ) ?>" /> 11 11 <label for="<?php echo $show_date_id ?>"><?php _e( 'Display post date?', wponw::WPONW_PREFIX ); ?></label> 12 12 </p> 13 13 <p> 14 14 <label for="<?php echo $transient_expires_in_id ?>"><?php _e( 'Cache expiry time:', wponw::WPONW_PREFIX ); ?></label> 15 <input id="<?php echo $transient_expires_in_id ?>" name="<?php echo $transient_expires_in_name ?>" type="text" value="<?php echo $transient_expires_in; ?>" size="3" /> <?php _e( 'seconds', wponw::WPONW_PREFIX ) ?><br />15 <input id="<?php echo $transient_expires_in_id ?>" name="<?php echo $transient_expires_in_name ?>" type="text" value="<?php echo esc_attr( $transient_expires_in ); ?>" size="3" /> <?php _e( 'seconds', wponw::WPONW_PREFIX ) ?><br /> 16 16 (<?php _e( 'Cache is disabled by ZERO.', wponw::WPONW_PREFIX ) ?>) 17 17 </p> 18 18 <p> 19 19 <label for="<?php echo $post_type_id ?>"><?php _e( 'Target post type:', wponw::WPONW_PREFIX ); ?></label> 20 <input class="widefat" id="<?php echo $post_type_id ?>" name="<?php echo $post_type_name ?>" type="text" value="<?php echo $post_type; ?>" />20 <input class="widefat" id="<?php echo $post_type_id ?>" name="<?php echo $post_type_name ?>" type="text" value="<?php echo esc_attr( $post_type ); ?>" /> 21 21 </p> 22 <p> 23 <label for="<?php echo $blog_ids_id ?>"><?php _e( 'Blog IDs to include:', wponw::WPONW_PREFIX ); ?></label> 24 <input class="widefat" id="<?php echo $blog_ids_id ?>" name="<?php echo $blog_ids_name ?>" type="text" value="<?php echo esc_attr( $blog_ids ); ?>" /><br> 25 (<?php _e( 'Comma-separated.', wponw::WPONW_PREFIX ) ?>) 26 </p> 27 <p> 28 <label for="<?php echo $exclude_blog_ids_id ?>"><?php _e( 'Blog IDs to exclude:', wponw::WPONW_PREFIX ); ?></label> 29 <input class="widefat" id="<?php echo $exclude_blog_ids_id ?>" name="<?php echo $exclude_blog_ids_name ?>" type="text" value="<?php echo esc_attr( $exclude_blog_ids ); ?>" /><br> 30 (<?php _e( 'Comma-separated.', wponw::WPONW_PREFIX ) ?>) 31 32 </p>
Note: See TracChangeset
for help on using the changeset viewer.