Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53839, comment 11


Ignore:
Timestamp:
11/08/2021 06:53:11 PM (4 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53839, comment 11

    initial v1  
    1818// Display bookmarks on frontend.
    1919if ( ! is_admin() ) {
    20         wp_list_bookmarks( '' );
     20        wp_list_bookmarks();
    2121}
    2222}}}