=== Get All Pages Widget === Contributors: kanedo Donate link: http://kanedo.net Tags: page, multi site, widget, display Requires at least: 3.7 Tested up to: 4.0 Stable tag: 1.2.2 Creates a widget which lists all pages across all sites of a multi site wordpress installation == Description == This widget displays **all** pages on **all** blogs on your multi site wordpress installation. == Installation == 1. Upload "all-sites.php" 2. Activate Plugin through the 'Plugins' Menu in Wordpress 3. Place the Widget trough the 'Widgets' Menu in Wordpress 4. Enjoy! == Changelog == = 1.0 = First version. Added the main features of this widget = 1.1 = fixed a wrong label = 1.2 = fixed a bug. All pages will be displayed = 1.2.1 = release date 2014-07-12 correct usage of wpdb::prepare and get site-ids with wp_get_sites (requires at least 3.7) = 1.2.2 = release date 2014-07-12 replaced attribute_escape with esc_attr. sorry