Plugin Directory

Changeset 834835


Ignore:
Timestamp:
01/08/2014 10:15:35 AM (12 years ago)
Author:
laura20
Message:

v1.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-basics/trunk/readme.txt

    r834832 r834835  
    4242
    4343*   Breadcrumb: if ( function_exists( 'wb_breadcrumbs' ) ) { echo wb_breadcrumbs(); }
    44 *   Pagination: if ( function_exists( 'wb_pagination' ) ) { echo wb_pagination(); }*    Post pagination: if ( function_exists( 'wb_post_pagination' ) ) { echo wb_post_pagination(); }
     44*   Pagination: if ( function_exists( 'wb_pagination' ) ) { echo wb_pagination(); }
     45*   Post pagination: if ( function_exists( 'wb_post_pagination' ) ) { echo wb_post_pagination(); }
    4546*   Related content: if ( function_exists( 'wb_related_content' ) ) { echo wb_related_content(); }
    4647*   Author info: if ( function_exists( 'wb_author_info' ) ) { echo wb_author_info(); }
Note: See TracChangeset for help on using the changeset viewer.