base->plugin->account,
$this->base->plugin->displayName
)
);
?>
base->plugin->account
)
);
?>
base->plugin->account ) ); ?>
%2$s %3$s',
esc_html__( 'It\'s better to ensure your', 'wp-to-buffer' ),
esc_html__( 'Permalink', 'wp-to-buffer' ),
esc_html__( 'settings end with a forwardslash, but this option is a useful fallback if changing Permalink structure isn\'t possible.', 'wp-to-buffer' )
);
?>
base->plugin->account,
$this->base->plugin->account
)
);
?>
get_setting( 'log', '[enabled]' ) ) { printf( '%1$s %3$s %4$s', esc_html__( 'If enabled, the', 'wp-to-buffer' ), esc_html( admin_url( 'admin.php?page=' . $this->base->plugin->name . '-log' ) ), esc_html__( 'Plugin Logs', 'wp-to-buffer' ), esc_html( sprintf( /* translators: Social Media Service Name (Buffer, Hootsuite) */ __( 'will detail status(es) sent to %s, including any errors or reasons why no status(es) were sent.', 'wp-to-buffer' ), $this->base->plugin->account ) ) ); } else { // Don't link "Plugin Log" text, as Logs are disabled so it won't show anything. echo esc_html( sprintf( /* translators: %1$s: Social Media Service Name (Buffer, Hootsuite) */ __( 'If enabled, the Plugin Logs will detail status(es) sent to %1$s, including any errors or reasons why no status(es) were sent.', 'wp-to-buffer' ), $this->base->plugin->account ) ); } ?>
get_setting( 'log', '[enabled]' ) ) { printf( '%1$s %3$s %4$s', esc_html__( 'If enabled, a Log will be displayed when editing a Post. Logs are always available through the', 'wp-to-buffer' ), esc_html( admin_url( 'admin.php?page=' . $this->base->plugin->name . '-log' ) ), esc_html__( 'Plugin Logs', 'wp-to-buffer' ), esc_html__( 'screen', 'wp-to-buffer' ) ); } else { // Don't link "Plugin Log" text, as Logs are disabled so it won't show anything. esc_html_e( 'If enabled, a Log will be displayed when editing a Post. Logs are always available through the Plugin Logs screen.', 'wp-to-buffer' ); } ?>