🔞 ADULT: Changeset/ - HD Photos!

Changeset 1370242


Ignore:
Timestamp:
03/13/2016 06:18:37 PM (10 years ago)
Author:
MrFlannagan
Message:
  • Fixed css issue where WordPress footer was overlapping in the middle of phpinfo.
  • Updated plugin owner information.
  • tested in WordPress 4.5
Location:
wordpress-php-info
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • wordpress-php-info/trunk/css/thisismyurl-admin.css

    r1047448 r1370242  
    1717    padding: 10;
    1818}
     19#wpfooter {
     20    position: relative;
     21}
  • wordpress-php-info/trunk/readme.txt

    r1329678 r1370242  
    55Tags: simple, php, admin, phpinfo,debugging, configuration, server, support, troubleshooting
    66Requires at least: 3.2.0
    7 Tested up to: 4.3.2
    8 Stable tag: 14.12
     7Tested up to: 4.5
     8Stable tag: 14.2
    99
    1010It's important for a non technical administrator to be able to diagnose server related problems in WordPress.
  • wordpress-php-info/trunk/wordpress-php-info.php

    r1329678 r1370242  
    22/*
    33Plugin Name: WordPress phpinfo()
    4 Plugin URI: http://thisismyurl.com/downloads/wordpress-phpinfo/
     4Plugin URI: http://whoischris/wordpress-phpinfo.zip
    55Description:  This simple plugin adds an option to an adminstrator's Tools menu which displays standard phpinfo() feedback details to the user.
    66Author: Chris Flannagan
    7 Version: 14.12
    8 Author URI: http://thisismyurl.com/
     7Version: 14.2
     8Author URI: http://whoischris.com/
    99*/
    1010
     
    1515 * This file contains all the logic required for the plugin
    1616 *
    17  * @link        http://wordpress.org/extend/plugins/wordpress-phpinfo/
     17 * @link        http://whoischris/wordpress-phpinfo.zip
    1818 *
    1919 * @package     WordPress phpinfo()
     
    101101            <p><?php printf( __( 'The plugin has no settings, once activated it will work automattically. For further details, please view the <a href="%sreadme.txt">readme.txt</a> file included with this release.', 'thisismyurl_wpphpinfo' ), plugin_dir_url( __FILE__ ) ); ?></p>
    102102            <?php $this->phpinfo_output(); ?>
     103            <br style='clear:both;' />
     104            Plugin adopted by <a href='http://whoischris.com'>Chris Flannagan</a>.
    103105        </div>
    104106        <?php
     
    160162    if( $file == $this_plugin ){
    161163        $links[] = '<a href="options-general.php?page=thisismyurl_wpphpinfo">' . __( 'phpinfo()', 'thisismyurl_wpphpinfo' ) . '</a>';
    162         $links[] = '<a href="http://thisismyurl.com/downloads/wordpress-phpinfo/">' . __( 'Author', 'thisismyurl_wpphpinfo' ) . '</a>';
     164        $links[] = '<a href="http://whoischris/wordpress-phpinfo.zip">' . __( 'Author', 'thisismyurl_wpphpinfo' ) . '</a>';
    163165    }
    164166    return $links;
Note: See TracChangeset for help on using the changeset viewer.