Plugin Directory

Changeset 1193706


Ignore:
Timestamp:
07/06/2015 10:21:05 PM (11 years ago)
Author:
helpgeek
Message:

[1.1.0] Clarified title option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • recent-posts-widget-unlimited/trunk/recent-posts-widget-unlimited.php

    r401245 r1193706  
    22/*
    33Plugin Name: Recent Posts Widget Unlimited
    4 Plugin URI: http://www.geekhelpguide.com/wordpress/bypass-wordpress-recent-posts-widget-15-post-limit/
     4Plugin URI: http://equusassets.com
    55Description: A Recent Posts widget that bypasses the 15-post limitation.
    66Author: helpgeek
    7 Author URI: http://www.geekhelpguide.com/
    8 Version: 1.0
     7Author URI: http://equusassets.com/
     8Version: 1.1.0
     9Text Domain: recent-posts-widget-unlimited
    910*/
    1011
     
    2122    $instance = wp_parse_args( (array) $instance, $defaults ); ?>
    2223    <p>
    23       <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Recent Posts'); ?></label>
     24      <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'recent-posts-widget-unlimited'); ?></label>
    2425      <input id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo $instance['title']; ?>" style="width:100%"/>
    2526    </p>
    2627    <p>
    27       <label for="<?php echo $this->get_field_id('num_posts'); ?>">Number of posts to show:</label>
     28      <label for="<?php echo $this->get_field_id('num_posts'); ?>"><?php _e('Number of posts to show:', 'recent-posts-widget-unlimited'); ?></label>
    2829      <input id="<?php echo $this->get_field_id('num_posts'); ?>" name="<?php echo $this->get_field_name('num_posts'); ?>" value="<?php echo $instance['num_posts']; ?>" style="width:40px;" />
    2930    </p>
Note: See TracChangeset for help on using the changeset viewer.