Plugin Directory

Changeset 2596655

Timestamp:
09/10/2021 05:53:07 AM (3 years ago)
Author:
zworthkey
Message:

Genral setting

Location:
custom-review/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-review/trunk/README.txt

    r2596641 r2596655  
    2121
    2222
    23 
    24231. Upload `zwk_custom_review.php` to the `/wp-content/plugins/` directory
    25241. Activate the plugin through the 'Plugins' menu in WordPress
     
    2827== Frequently Asked Questions ==
    2928
    30 = A question that someone might have =
     29= =
    3130
    32 An answer to that question.
     31A
    3332
    34 = What about foo bar? =
     33= =
    3534
    36 Answer to foo bar dilemma.
     35.
    3736
    3837== Screenshots ==
    3938
    40 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
    41 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
    42 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
    43 (or jpg, jpeg, gif).
    44 2. This is the second screen shot
     391. Add Review Page to add the review by filling respective entries.
    4540
    46 == Changelog ==
     412. After saving review will appear on Comments with new columns as Image of custom review saved.
    4742
    48 = 1.0 =
    49 * A change since the previous version.
    50 * Another change.
     433. How it will appear on Single product page.
    5144
    52 = 0.5 =
    53 * List versions from most recent at top to oldest at bottom.
    5445
    55 == Upgrade Notice ==
    5646
    57 = 1.0 =
    58 Upgrade notices describe the reason a user should upgrade.  No more than 300 characters.
    59 
    60 = 0.5 =
    61 This version fixes a security related bug.  Upgrade immediately.
    62 
    63 == Arbitrary section ==
    64 
    65 You may provide arbitrary sections, in the same format as the ones above.  This may be of use for extremely complicated
    66 plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
    67 "installation."  Arbitrary sections will be shown below the built-in sections outlined above.
    68 
    69 == A brief Markdown Example ==
    70 
    71 Ordered list:
    72 
    73 1. Some feature
    74 1. Another feature
    75 1. Something else about the plugin
    76 
    77 Unordered list:
    78 
    79 * something
    80 * something else
    81 * third thing
    82 
    83 Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].
    84 Titles are optional, naturally.
    85 
    86 [markdown syntax]: http://daringfireball.net/projects/markdown/syntax
    87             "Markdown is what the parser uses to process much of the readme file"
    88 
    89 Markdown uses email style notation for blockquotes and I've been told:
    90 > Asterisks for *emphasis*. Double it up  for **strong**.
    91 
    92 `<?php code(); // goes in backticks ?>`
  • custom-review/trunk/zwk_custom_review.php

    r2596641 r2596655  
    8989}
    9090run_zwk_custom_review();
     91
     92
     93
     94
     95
     96
     97
     98
     99
     100
     101
     102
Note: See TracChangeset for help on using the changeset viewer.