Plugin Directory

Changeset 715876


Ignore:
Timestamp:
05/21/2013 07:40:43 AM (13 years ago)
Author:
w3bits
Message:

Second commit of Revised Meta Tag

Location:
revised-meta-tag/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • revised-meta-tag/trunk/includes/admin.php

    r715868 r715876  
    1515
    1616function 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' );
    1818}
    1919
     
    2222    <div class="wrap">
    2323    <?php screen_icon(); ?>
    24         <h2>WordPress Revised Date Plugin: Options</h2>
     24        <h2>WordPress Revised Meta Tag Plugin: Options</h2>
    2525        <form action="options.php" method="post">
    2626        <?php
     
    5050
    5151function wprmt_rdmi_text() {
    52     echo "Insert the revised date meta information in the <code>&lt;head&gt;</code> section of your posts and pages.<br/>The inserted code will look like: <code>&lt;meta name=&quot;revised&quot; content=&quot;Sunday, May 12, 2013, 8:56 pm&quot; /&gt;</code><br/><br/><b>Activate Revised date meta for:</b>";
     52    echo "Inserts the revised date meta information in the <code>&lt;head&gt;</code> section of your posts and pages.<br/>The inserted code will look like: <code>&lt;meta name=&quot;revised&quot; content=&quot;Sunday, May 12, 2013, 8:56 pm&quot; /&gt;</code><br/><br/><b>Activate Revised date meta for:</b>";
    5353}
    5454
    5555function 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";
    5757}
    5858
  • revised-meta-tag/trunk/readme.txt

    r715868 r715876  
    2525 
    2626= 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/)
    2828
    2929== Installation ==
     
    31311. Upload `wprmt` to the `/wp-content/plugins/` directory
    32322. Activate the plugin through the 'Plugins' menu in WordPress
    33 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates
    3433
    3534== Frequently asked questions ==
Note: See TracChangeset for help on using the changeset viewer.