Plugin Directory

Changeset 2217590


Ignore:
Timestamp:
12/24/2019 03:23:34 PM (6 years ago)
Author:
monarchofsouls
Message:

Updated the Backend-Descriptions

Location:
let-it-rain/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • let-it-rain/trunk/README.txt

    r2217569 r2217590  
    99Contributors: monarchofsouls
    1010
    11 This Plugin lets you choose an HTML-Encoded Entity that will rain down on your Website.
     11This Plugin lets you choose an EMOJI or HTML-Encoded Entity that will rain down on your Website.
    1212
    1313== Description ==
     
    2626== Screenshots ==
    2727
    28 1. /assets/screenshot.png
     281. Simple Example of a Money Emoji raining down
    2929
    3030== Changelog ==
  • let-it-rain/trunk/let_it_rain.php

    r2217569 r2217590  
    5757
    5858  public function setup_sections() {
    59     add_settings_section( 'our_first_section', 'My First Section Title', array( $this, 'section_callback' ), 'smashing_fields' );
     59    add_settings_section( 'our_first_section', 'Emoji Selection', array( $this, 'section_callback' ), 'smashing_fields' );
    6060  }
    6161
     
    6363      switch( $arguments['id'] ){
    6464          case 'our_first_section':
    65               echo 'This is the first description here!';
     65              echo 'Here you can select your wanted Emoji to be displayed!';
    6666              break;
    6767      }
     
    7272        array(
    7373            'uid' => 'our_first_field',
    74             'label' => 'Awesome Date',
     74            'label' => 'Emoji Selection',
    7575            'section' => 'our_first_section',
    7676            'type' => 'text',
Note: See TracChangeset for help on using the changeset viewer.