if ( is_wp_error( $response ) ) { echo '<p>' . __( 'We cannot load blog data at this time.', 'jetpack' ) . '</p>'; echo $args['after_widget']; return; }
確定! 回上一頁