Changeset 854324
- Timestamp:
- 02/09/2014 05:53:28 PM (12 years ago)
- Location:
- custom-field-list-widget
- Files:
-
- 4 edited
-
tags/1.2.7/readme.txt (modified) (1 diff)
-
tags/1.2.7/widget_custom_field_list.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/widget_custom_field_list.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-field-list-widget/tags/1.2.7/readme.txt
r854315 r854324 4 4 Requires at least: 2.7 5 5 Tested up to: 3.8.1 6 Stable tag: 1.2. 66 Stable tag: 1.2.7 7 7 8 8 This plugin creates lists of custom field information in the form of sidebar widgets. -
custom-field-list-widget/tags/1.2.7/widget_custom_field_list.php
r854315 r854324 5 5 Description: This plugin creates sidebar widgets with lists of the values of a custom field (name). The listed values can be (hyper-)linked in different ways. 6 6 Author: Tim Berger 7 Version: 1.2.7 beta7 Version: 1.2.7 8 8 Author URI: http://undeuxoutrois.de/ 9 9 Min WP Version: 2.7 … … 882 882 $nr_meta_values = count($meta_values); 883 883 } 884 885 886 printphpnotices_var_dump($meta_values); 887 884 888 885 if ( 0 < $nr_meta_values ) { 889 886 if ( 'alphabetically' === $opt['sortby'] AND 'lastword' === $opt['orderelement'] ) { -
custom-field-list-widget/trunk/readme.txt
r854315 r854324 4 4 Requires at least: 2.7 5 5 Tested up to: 3.8.1 6 Stable tag: 1.2. 66 Stable tag: 1.2.7 7 7 8 8 This plugin creates lists of custom field information in the form of sidebar widgets. -
custom-field-list-widget/trunk/widget_custom_field_list.php
r854315 r854324 5 5 Description: This plugin creates sidebar widgets with lists of the values of a custom field (name). The listed values can be (hyper-)linked in different ways. 6 6 Author: Tim Berger 7 Version: 1.2.7 beta7 Version: 1.2.7 8 8 Author URI: http://undeuxoutrois.de/ 9 9 Min WP Version: 2.7 … … 882 882 $nr_meta_values = count($meta_values); 883 883 } 884 885 886 printphpnotices_var_dump($meta_values); 887 884 888 885 if ( 0 < $nr_meta_values ) { 889 886 if ( 'alphabetically' === $opt['sortby'] AND 'lastword' === $opt['orderelement'] ) {
Note: See TracChangeset
for help on using the changeset viewer.