- Timestamp:
- 05/23/2013 08:52:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/widgets.php
r10 r11 43 43 44 44 class WPorg_Handbook_Pages_Widget extends WP_Widget_Pages { 45 protected $post_type = 'page'; 46 45 47 function __construct() { 46 48 $widget_ops = array('classname' => 'widget_wporg_handbook_pages', 'description' => __( 'Your site’s Handbook Pages') );
Note: See TracChangeset
for help on using the changeset viewer.