Changeset 708 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/inc/widgets.php
- Timestamp:
- 06/17/2014 10:46:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/inc/widgets.php
r2 r708 26 26 27 27 function widget( $args, $instance ) { 28 /** @var $wcpt_plugin WordCamp_Post_Types_Plugin */ 28 29 global $wcpt_plugin; 29 30 … … 125 126 126 127 function widget( $args, $instance ) { 128 /** @var $wcpt_plugin WordCamp_Post_Types_Plugin */ 127 129 global $wcpt_plugin; 128 130 … … 230 232 231 233 function widget( $args, $instance ) { 234 /** @var $wcpt_plugin WordCamp_Post_Types_Plugin */ 232 235 global $wcpt_plugin; 233 236 … … 339 342 340 343 function widget( $args, $instance ) { 344 /** @var $wcpt_plugin WordCamp_Post_Types_Plugin */ 341 345 global $wcpt_plugin; 342 346
Note: See TracChangeset
for help on using the changeset viewer.