-
Notifications
You must be signed in to change notification settings - Fork 9
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
52 changed files
with
1,664 additions
and
1,574 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,5 +1,5 @@ | ||
<h3><?php _e( 'Unlimited Customization', 'siteorigin-north' ) ?></h3> | ||
<h3><?php _e( 'Unlimited Customization', 'siteorigin-north' ); ?></h3> | ||
<p> | ||
<?php printf( __( "North is easy to customize, right inside the %sWordPress Customizer%s.", 'siteorigin-north' ), '<a href="' . admin_url( 'customize.php' ) . '">', '</a>' ) ?> | ||
<?php printf( __( "If there's something else you need to customize, then try out our free %sSiteOrigin CSS%s plugin.", 'siteorigin-north' ), '<a href="https://wordpress.org/plugins/so-css/">', '</a>' ) ?> | ||
<?php printf( __( 'North is easy to customize, right inside the %sWordPress Customizer%s.', 'siteorigin-north' ), '<a href="' . admin_url( 'customize.php' ) . '">', '</a>' ); ?> | ||
<?php printf( __( "If there's something else you need to customize, then try out our free %sSiteOrigin CSS%s plugin.", 'siteorigin-north' ), '<a href="https://wordpress.org/plugins/so-css/">', '</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 _e( 'Forever Free', 'siteorigin-north' ) ?></h3> | ||
<h3><?php _e( 'Forever Free', 'siteorigin-north' ); ?></h3> | ||
<p> | ||
<?php _e( "North is a completely free WordPress theme.", 'siteorigin-north' ) ?> | ||
<?php _e( "We'll continue developing and enhancing it for years to come.", 'siteorigin-north' ) ?> | ||
<?php _e( 'North is a completely free WordPress theme.', 'siteorigin-north' ); ?> | ||
<?php _e( "We'll continue developing and enhancing it for years to come.", 'siteorigin-north' ); ?> | ||
</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 _e( 'Developed on Github', 'siteorigin-north' ) ?></h3> | ||
<h3><?php _e( 'Developed on Github', 'siteorigin-north' ); ?></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( __( "North is actively %sdeveloped on Github%s.", 'siteorigin-north' ), '<a href="https://github.com/siteorigin/siteorigin-north">', '</a>' ) ?> | ||
<?php _e( "You can watch what's happening with its development and even make contributions yourself.", 'siteorigin-north' ) ?> | ||
<?php printf( __( 'North is actively %sdeveloped on Github%s.', 'siteorigin-north' ), '<a href="https://github.com/siteorigin/siteorigin-north">', '</a>' ); ?> | ||
<?php _e( "You can watch what's happening with its development and even make contributions yourself.", 'siteorigin-north' ); ?> | ||
</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 _e( 'Enhanced by Page Builder', 'siteorigin-north' ) ?></h3> | ||
<h3><?php _e( 'Enhanced by Page Builder', 'siteorigin-north' ); ?></h3> | ||
<p> | ||
<?php printf( __( "North integrates, beautifully, with our %sfree Page Builder%s plugin.", 'siteorigin-north' ), '<a href="https://siteorigin.com/page-builder/">', '</a>' ) ?> | ||
<?php _e( 'This powerful plugin gives you full drag and drop capabilities right inside North.', 'siteorigin-north' ) ?> | ||
<?php printf( __( 'North integrates, beautifully, with our %sfree Page Builder%s plugin.', 'siteorigin-north' ), '<a href="https://siteorigin.com/page-builder/">', '</a>' ); ?> | ||
<?php _e( 'This powerful plugin gives you full drag and drop capabilities right inside North.', 'siteorigin-north' ); ?> | ||
</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,4 +1,4 @@ | ||
<h3><?php _e( 'Support and Documentation', 'siteorigin-north' ) ?></h3> | ||
<h3><?php _e( 'Support and Documentation', 'siteorigin-north' ); ?></h3> | ||
<p> | ||
<?php printf( __( "Our dedicated support team is ready to help you over on our %sfree support forums%s.", 'siteorigin-north' ), '<a href="https://siteorigin.com/thread/">', '</a>' ) ?> | ||
<?php printf( __( 'Our dedicated support team is ready to help you over on our %sfree support forums%s.', 'siteorigin-north' ), '<a href="https://siteorigin.com/thread/">', '</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
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.