Plugin Directory

Changeset 1308692


Ignore:
Timestamp:
12/15/2015 03:32:38 AM (10 years ago)
Author:
Melissa Cabral
Message:

Tidying up comments, version numbers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • theme-inspector/trunk/theme-inspector.php

    r1305876 r1308692  
    22/*
    33Plugin Name: Theme Inspector
    4 Plugin URI: https://github.com/melissacabral/theme_inspector
     4Plugin URI: https://wordpress.org/plugins/theme-inspector
    55Description:  displays useful technical information on pages and posts to aid in developing Wordpress themes. Only visible to administrators.  Use In Conjunction with the WP Template Hierarchy Document
    66Author: Melissa Cabral
    7 Version: 2.2.0
     7Version: 2.2.1
    88Author URI: http://melissacabral.com/
    99*/
    1010/**
    11  * Display Theme Inspector by Melissa Cabral as Toolbar (Admin Bar) Item
     11 * Display Theme Inspector as Toolbar (Admin Bar) Item
    1212 * @since ver 2.0
    1313 */
     
    1818        $args = array(
    1919            'id'    => 'theme-helper',
    20             'title' => 'Theme Helper',
     20            'title' => 'Theme Inspector',
    2121            'parent' => 'top-secondary',       
    2222            'meta'  => array(
     
    4444                <?php if(is_admin()){ ?>
    4545                <tr>                   
    46                     <td colspan="2"><a style="text-align:center" href="<?php echo home_url('/'); ?>">View your site to see Theme helper in action!</a></td>
     46                    <td colspan="2"><a style="text-align:center" href="<?php echo home_url('/'); ?>">View your site to see Theme Inspector in action!</a></td>
    4747                </tr>
    4848                <?php }else{  ?>
     
    9494                <?php } //end not admin ?>
    9595                <tr class="credits">
    96                     <td colspan="2">Theme Helper by <a href="https://github.com/melissacabral/theme_helper">Melissa Cabral</a>.</td>
     96                    <td colspan="2">Theme Inspector by <a href="https://wordpress.org/plugins/theme-inspector">Melissa Cabral</a>.</td>
    9797                </tr>
    9898                <tr class="credits usewith">
     
    100100                </tr>
    101101            </table>
    102         </div><!-- End Theme Inspector by Melissa Cabral-->
     102        </div><!-- End Theme Inspector -->
    103103    <?php   
    104104    return ob_get_clean();         
Note: See TracChangeset for help on using the changeset viewer.