Changeset 715876
- Timestamp:
- 05/21/2013 07:40:43 AM (13 years ago)
- Location:
- revised-meta-tag/trunk
- Files:
-
- 1 added
- 2 edited
-
includes/admin.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
wprmt.php (added)
Legend:
- Unmodified
- Added
- Removed
-
revised-meta-tag/trunk/includes/admin.php
r715868 r715876 15 15 16 16 function wprmt_options_page() { 17 add_options_page('WordPress Revised Date Plugin: Options', 'Revised Date', 'manage_options', __FILE__, 'wprmt_settings' );17 add_options_page('WordPress Revised Meta Tag Plugin: Options', 'Revised Meta Tag', 'manage_options', __FILE__, 'wprmt_settings' ); 18 18 } 19 19 … … 22 22 <div class="wrap"> 23 23 <?php screen_icon(); ?> 24 <h2>WordPress Revised DatePlugin: Options</h2>24 <h2>WordPress Revised Meta Tag Plugin: Options</h2> 25 25 <form action="options.php" method="post"> 26 26 <?php … … 50 50 51 51 function wprmt_rdmi_text() { 52 echo "Insert the revised date meta information in the <code><head></code> section of your posts and pages.<br/>The inserted code will look like: <code><meta name="revised" content="Sunday, May 12, 2013, 8:56 pm" /></code><br/><br/><b>Activate Revised date meta for:</b>";52 echo "Inserts the revised date meta information in the <code><head></code> section of your posts and pages.<br/>The inserted code will look like: <code><meta name="revised" content="Sunday, May 12, 2013, 8:56 pm" /></code><br/><br/><b>Activate Revised date meta for:</b>"; 53 53 } 54 54 55 55 function wprmt_luts_text() { 56 echo "Insert a last updated timestamp above or below your posts and pages.<br/>Eg. Last Updated: Sunday, May 12, 2013";56 echo "Inserts a last updated timestamp above or below your posts and pages.<br/>Eg. Last Updated: Sunday, May 12, 2013"; 57 57 } 58 58 -
revised-meta-tag/trunk/readme.txt
r715868 r715876 25 25 26 26 = Support = 27 [Visit our support here »](http://w3bits.com/wordpress-revised-meta-tag-plugin/)27 [Visit our support here](http://w3bits.com/wordpress-revised-meta-tag-plugin/) 28 28 29 29 == Installation == … … 31 31 1. Upload `wprmt` to the `/wp-content/plugins/` directory 32 32 2. Activate the plugin through the 'Plugins' menu in WordPress 33 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates34 33 35 34 == Frequently asked questions ==
Note: See TracChangeset
for help on using the changeset viewer.