Plugin Directory

Changeset 413481


Ignore:
Timestamp:
07/21/2011 09:19:32 PM (15 years ago)
Author:
elubow
Message:

Updated docs

Location:
simplereach-slide/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simplereach-slide/trunk/srslide.php

    r413304 r413481  
    44    Plugin URI: https://www.simplereach.com
    55    Description: After installation, you must click '<a href='options-general.php?page=SimpleReach-Slide'>Settings &rarr; SimpleReach Slide</a>' to turn on The Slide.
    6     Author: Eric Lubow
    76    Version: 0.4.4
     7    Author: SimpleReach
    88    Author URI: https://www.simplereach.com
    99    */
    10 
    11 function sr_plugin_version()
    12 {
    13     return "0.4.4";
    14 }
    1510
    1611require_once('srslide_functions.php');
  • simplereach-slide/trunk/srslide_functions.php

    r413304 r413481  
    11<?php
     2
     3
     4/**
     5 * Return the version string.
     6 *
     7 * @author Eric Lubow <elubow@simplereach.com>
     8 * @param None
     9 * @return String Version
     10 */
     11function sr_plugin_version()
     12{
     13    return "0.4.4";
     14}
     15
    216
    317/**
Note: See TracChangeset for help on using the changeset viewer.