Changeset 831
- Timestamp:
- 09/04/2014 06:59:42 PM (11 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
r816 r831 22 22 */ 23 23 require __DIR__ . '/inc/jetpack.php'; 24 25 /** 26 * Class for editing parsed content on the Function, Class, Hook, and Method screens. 27 */ 28 require_once( __DIR__ . '/inc/parsed-content.php' ); 24 29 25 30 if ( ! function_exists( 'loop_pagination' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.