Changes between Version 1 and Version 2 of Ticket #20756, comment 9
- Timestamp:
- 08/20/2012 11:15:09 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20756, comment 9
v1 v2 16 16 17 17 {{{ 18 $pages = apply_filters( 'get_pages', $pages, $r );18 $pages = apply_filters( 'get_pages', $pages, $r ); 19 19 return $pages; 20 20 }}}