diff options
Diffstat (limited to 'wp-includes/class-wp-walker.php')
-rw-r--r-- | wp-includes/class-wp-walker.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/wp-includes/class-wp-walker.php b/wp-includes/class-wp-walker.php index 8c95a91ea2..25e040592c 100644 --- a/wp-includes/class-wp-walker.php +++ b/wp-includes/class-wp-walker.php @@ -1,16 +1,5 @@ <?php /** - * Holds Most of the WordPress classes. - * - * Some of the other classes are contained in other files. For example, the - * WordPress cache is in cache.php and the WordPress roles API is in - * capabilities.php. The third party libraries are contained in their own - * separate files. - * - * @package WordPress - */ - -/** * A class for displaying various tree-like structures. * * Extend the Walker class to use it, see examples at the below. Child classes |