Changeset 3456 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
- Timestamp:
- 06/19/2016 10:19:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
r3436 r3456 12 12 use WordPressdotorg\Plugin_Directory\Template; 13 13 14 $content = call_user_func( array( Plugin_Directory::instance(), 'split_post_content_into_pages' ),get_the_content() );14 $content = Plugin_Directory::instance()->split_post_content_into_pages( get_the_content() ); 15 15 16 16 $widget_args = array(
Note: See TracChangeset
for help on using the changeset viewer.