-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
59 changed files
with
1,640 additions
and
1,542 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<h3><?php esc_html_e( 'Detailed Documentation', 'siteorigin-corp' ) ?></h3> | ||
<h3><?php esc_html_e( 'Detailed Documentation', 'siteorigin-corp' ); ?></h3> | ||
<p> | ||
<?php printf( esc_html__( "Corp offers %sdetailed documentation%s covering everything from basic setup to advanced customizations.", 'siteorigin-corp' ), '<a href="https://siteorigin.com/corp-documentation/">', '</a>' ) ?> | ||
<?php printf( esc_html__( 'Corp offers %sdetailed documentation%s covering everything from basic setup to advanced customizations.', 'siteorigin-corp' ), '<a href="https://siteorigin.com/corp-documentation/">', '</a>' ); ?> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<h3><?php esc_html_e( 'Forever Free', 'siteorigin-corp' ) ?></h3> | ||
<h3><?php esc_html_e( 'Forever Free', 'siteorigin-corp' ); ?></h3> | ||
<p> | ||
<?php esc_html_e( "Corp is a completely free WordPress theme.", 'siteorigin-corp' ); ?> | ||
<?php esc_html_e( 'Corp is a completely free WordPress theme.', 'siteorigin-corp' ); ?> | ||
<?php esc_html_e( "We'll continue developing and enhancing it for years to come.", 'siteorigin-corp' ); ?> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<h3><?php esc_html_e( 'Developed on Github', 'siteorigin-corp' ); ?></h3> | ||
<img src="<?php echo esc_url( get_template_directory_uri() ); ?>/admin/about/github.png" class="about-image-right about-image-no-text-below" /> | ||
<p> | ||
<?php printf( esc_html__( "Actively %sdeveloped on Github%s.", 'siteorigin-corp' ), '<a href="https://github.com/siteorigin/siteorigin-corp">', '</a>' ); ?> | ||
<?php printf( esc_html__( 'Actively %sdeveloped on Github%s.', 'siteorigin-corp' ), '<a href="https://github.com/siteorigin/siteorigin-corp">', '</a>' ); ?> | ||
<?php esc_html_e( "You can watch what's happening with Corp's development and even make contributions yourself.", 'siteorigin-corp' ); ?> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<h3><?php esc_html_e( 'Enhanced by Page Builder', 'siteorigin-corp' ); ?></h3> | ||
<p> | ||
<?php printf( esc_html__( "Corp integrates, beautifully, with our %sfree Page Builder%s plugin.", 'siteorigin-corp' ), '<a href="https://siteorigin.com/page-builder/">', '</a>' ); ?> | ||
<?php printf( esc_html__( 'Corp integrates, beautifully, with our %sfree Page Builder%s plugin.', 'siteorigin-corp' ), '<a href="https://siteorigin.com/page-builder/">', '</a>' ); ?> | ||
<?php esc_html_e( 'This powerful plugin gives you full drag and drop capabilities right inside Corp.', 'siteorigin-corp' ); ?> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<h3><?php esc_html_e( 'WooCommerce Integration', 'siteorigin-corp' ); ?></h3> | ||
<img src="<?php echo esc_url( get_template_directory_uri() ); ?>/admin/about/woocommerce.png" class="about-image-right about-image-no-text-below" /> | ||
<p> | ||
<?php esc_html_e( "Corp is a full-featured WooCommerce theme.", 'siteorigin-corp' ); ?> | ||
<?php esc_html_e( "Use it to build your complete online store with a stunning design and features.", 'siteorigin-corp' ); ?> | ||
<?php esc_html_e( 'Corp is a full-featured WooCommerce theme.', 'siteorigin-corp' ); ?> | ||
<?php esc_html_e( 'Use it to build your complete online store with a stunning design and features.', 'siteorigin-corp' ); ?> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.