Changeset 2963 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php
- Timestamp:
- 04/15/2016 01:53:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php
r2962 r2963 85 85 * @param int $wordcamp_id 86 86 */ 87 p rotectedfunction maybe_create_new_site( $wordcamp_id ) {87 public function maybe_create_new_site( $wordcamp_id ) { 88 88 if ( ! current_user_can( 'manage_sites' ) ) { 89 89 return;
Note: See TracChangeset
for help on using the changeset viewer.