Changeset 4580
- Timestamp:
- 12/23/2016 07:03:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
r4557 r4580 1392 1392 } 1393 1393 1394 // Currently only handling private access messages for functions and hooks.1395 if ( ! in_array( get_post_type( $post ), array( 'wp-parser-function', 'wp-parser-hook' ) ) ) {1394 // Currently only handling private access messages for functions, hooks, and methods. 1395 if ( ! in_array( get_post_type( $post ), array( 'wp-parser-function', 'wp-parser-hook', 'wp-parser-method' ) ) ) { 1396 1396 return ''; 1397 1397 }
Note: See TracChangeset
for help on using the changeset viewer.