Changeset 32657 for trunk/src/wp-includes/default-widgets.php
- Timestamp:
- 05/29/2015 09:36:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-widgets.php
r32650 r32657 889 889 } 890 890 891 /** 892 * @access public 893 */ 891 894 public function flush_widget_cache() { 892 895 wp_cache_delete('widget_recent_posts', 'widget'); … … 933 936 } 934 937 938 /** 939 * @access public 940 */ 935 941 public function recent_comments_style() { 936 942 /** … … 950 956 } 951 957 958 /** 959 * @access public 960 */ 952 961 public function flush_widget_cache() { 953 962 wp_cache_delete('widget_recent_comments', 'widget'); … … 1467 1476 } 1468 1477 1478 /** 1479 * @param array $instance 1480 * @return string 1481 */ 1469 1482 public function _get_current_taxonomy($instance) { 1470 1483 if ( !empty($instance['taxonomy']) && taxonomy_exists($instance['taxonomy']) )
Note: See TracChangeset
for help on using the changeset viewer.