- Timestamp:
- 04/05/2016 04:05:02 PM (8 years ago)
- Location:
- sites/trunk/wordcamp.org
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org
-
Property
svn:mergeinfo
set to
/sites/branches/application-tracking/wordcamp.org merged eligible
-
Property
svn:mergeinfo
set to
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-admin.php
r171 r2898 85 85 */ 86 86 function admin_head () { 87 ?> 87 ?> 88 88 89 <style type="text/css" media="screen"> 89 /*<![CDATA[*/ 90 <?php 91 // Add extra actions to WordCamp Post Type admin header area 92 do_action( 'wcpt_admin_head' ); 93 ?> 90 /*<![CDATA[*/ 91 <?php 92 // Add extra actions to WordCamp Post Type admin header area 93 do_action( 'wcpt_admin_head' ); 94 ?> 95 /*]]>*/ 96 </style> 94 97 95 /*]]>*/ 96 </style> 97 <?php 98 <?php 98 99 } 99 100 … … 125 126 return false; 126 127 127 ?> 128 <h3><?php _e( 'WordCamps', 'wcpt' ); ?></h3> 129 <table class="form-table"> 130 <tr valign="top"> 131 <th scope="row"><?php _e( 'WordCamps', 'wcpt' ); ?></th> 132 <td> 128 ?> 129 <h3><?php _e( 'WordCamps', 'wcpt' ); ?></h3> 133 130 134 </td> 135 </tr> 136 </table> 137 <?php 131 <table class="form-table"> 132 <tr valign="top"> 133 <th scope="row"><?php _e( 'WordCamps', 'wcpt' ); ?></th> 134 <td> 135 136 </td> 137 </tr> 138 </table> 139 <?php 138 140 139 141 // Add extra actions to WordCamp Post Type profile update … … 171 173 // Loop through menu order and do some rearranging 172 174 foreach ( $menu_order as $index => $item ) { 173 174 175 // Current item is our forum CPT, so set our separator here 175 176 if ( ( ( 'edit.php?post_type=' . WCPT_POST_TYPE_ID ) == $item ) ) { … … 181 182 if ( !in_array( $item, array( 'separator-wcpt' ) ) ) 182 183 $wcpt_menu_order[] = $item; 183 184 184 } 185 185
Note: See TracChangeset
for help on using the changeset viewer.