diff --git a/src/wp-includes/post-template.php b/src/wp-includes/post-template.php
index c888cd1..8219b27 100644
|
a
|
b
|
function wp_list_pages( $args = '' ) {
|
| 1323 | 1323 | /** |
| 1324 | 1324 | * Displays or retrieves a list of pages with an optional home link. |
| 1325 | 1325 | * |
| 1326 | | * The arguments are listed below and part of the arguments are for wp_list_pages()} function. |
| | 1326 | * The arguments are listed below and part of the arguments are for wp_list_pages() function. |
| 1327 | 1327 | * Check that function for more info on those arguments. |
| 1328 | 1328 | * |
| 1329 | 1329 | * @since 2.7.0 |