mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Plugin welcome tabs
This commit is contained in:
@@ -1,99 +1,5 @@
|
|||||||
<div class="wrap about-wrap">
|
<div class="wrap about-wrap">
|
||||||
|
|
||||||
<?php include_once um_path . 'admin/templates/about_header.php'; ?>
|
<?php include_once um_path . 'admin/templates/about_header.php'; ?>
|
||||||
|
|
||||||
<div class="changelog headline-feature">
|
|
||||||
<h2>Introducing Twenty Fifteen</h2>
|
|
||||||
<div class="featured-image">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="feature-section">
|
|
||||||
<div class="col">
|
|
||||||
<h3>Our newest default theme, Twenty Fifteen, is a blog-focused theme designed for clarity.</h3>
|
|
||||||
<p>Twenty Fifteen has flawless language support, with help from <a href="https://www.google.com/get/noto/">Google’s Noto font family</a>.</p>
|
|
||||||
<p>The straightforward typography is readable on any screen size.</p>
|
|
||||||
<p>Your content always takes center stage, whether viewed on a phone, tablet, laptop, or desktop computer.</p>
|
|
||||||
</div>
|
|
||||||
<div class="col">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="clear"></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<div class="changelog headline-feature dfw">
|
|
||||||
<h2>Distraction-free writing</h2>
|
|
||||||
<div class="feature-section">
|
|
||||||
<div class="dfw-container">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<h3><em>Just write.</em></h3>
|
|
||||||
<p>Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on <strong>distraction-free writing mode</strong>. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<div class="changelog feature-list finer-points">
|
|
||||||
<h2>The Finer Points</h2>
|
|
||||||
|
|
||||||
<div class="feature-section col two-col">
|
|
||||||
<div>
|
|
||||||
<h4>Choose a language</h4>
|
|
||||||
<p>Right now, WordPress 4.1 is already translated into <span id="translations-count">40</span> languages, with more always in progress. You can switch to any translation on the <a href="http://localhost/wp-admin/options-general.php">General Settings</a> screen.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="last-feature">
|
|
||||||
<h4>Vine embeds</h4>
|
|
||||||
<p>Embedding videos from Vine is as simple as pasting a URL onto its own line in a post. See the <a href="http://codex.wordpress.org/Embeds">full list</a> of supported embeds.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<h4>Log out everywhere</h4>
|
|
||||||
<p>If you’ve ever worried you forgot to sign out from a shared computer, you can now go to <a href="http://localhost/wp-admin/profile.php">your profile</a> and log out everywhere.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="last-feature">
|
|
||||||
<h4>Plugin recommendations</h4>
|
|
||||||
<p>The <a href="http://localhost/wp-admin/plugin-install.php?tab=recommended">plugin installer</a> suggests plugins for you to try. Recommendations are based on the plugins you and other users have installed.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<div class="changelog feature-list">
|
|
||||||
<h2>Under the Hood</h3>
|
|
||||||
|
|
||||||
<div class="feature-section col two-col">
|
|
||||||
<div>
|
|
||||||
<h4>Complex Queries</h4>
|
|
||||||
<p>Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators — <code>A AND ( B OR C )</code>.</p>
|
|
||||||
|
|
||||||
<h4>Customizer API</h4>
|
|
||||||
<p>Expanded JavaScript APIs in the customizer enable a new media experience as well as dynamic and contextual controls, sections, and panels.</p>
|
|
||||||
</div>
|
|
||||||
<div class="last-feature">
|
|
||||||
<h4><code><title></code> tags in themes</h4>
|
|
||||||
<p><code>add_theme_support( 'title-tag' )</code> tells WordPress to handle the complexities of document titles.</p>
|
|
||||||
|
|
||||||
<h4>Developer Reference</h4>
|
|
||||||
<p>Continued improvements to inline code documentation have made the <a href="https://developer.wordpress.org/reference/">developer reference</a> more complete than ever.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<div class="return-to-dashboard">
|
|
||||||
<a href="<?php echo admin_url('admin.php?page=ultimatemember'); ?>">Go to Plugin Dashboard →</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user