Changeset 782097
- Timestamp:
- 10/03/2013 07:34:32 PM (13 years ago)
- Location:
- posts-order-widget
- Files:
-
- 6 added
- 2 edited
-
tags/1.0 (added)
-
tags/1.0/languages (added)
-
tags/1.0/languages/post-order-widget-fr_FR.mo (added)
-
tags/1.0/languages/post-order-widget-fr_FR.po (added)
-
tags/1.0/post-order-widget.php (added)
-
tags/1.0/readme.txt (added)
-
trunk/post-order-widget.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
posts-order-widget/trunk/post-order-widget.php
r782086 r782097 99 99 global $id_bytitle, $id_bydatea, $id_bymodified; 100 100 101 //On n'affiche pas le widget si nous sommes dans une page, un article, un média. 102 if(is_page() || is_single() || is_attachment())return; 103 101 104 if(is_page() || is_single() || is_attachment())return; 102 105 -
posts-order-widget/trunk/readme.txt
r779772 r782097 5 5 Requires at least: 3.6.1 6 6 Tested up to: 3.6.1 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 9 9 Add the ability to sort the posts by context rather than descending date. … … 36 36 == Changelog == 37 37 38 = 1.0 = 39 * The first version of the plugin. 40 41 == Upgrade Notice == 38 = 1.1 = 39 * The widget is now not displayed in pages, posts and attachments. 42 40 43 41 = 1.0 = 44 Tested in WordPress 3.6.1 42 * The first version of the plugin.
Note: See TracChangeset
for help on using the changeset viewer.