Put things in folders and stuff
This commit is contained in:
6
admin/actions/manage-posts-columns.php
Normal file
6
admin/actions/manage-posts-columns.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
function sp_manage_posts_columns() {
|
||||
sp_highlight_admin_menu();
|
||||
}
|
||||
add_action( 'manage_posts_columns', 'sp_manage_posts_columns' );
|
||||
?>
|
||||
Reference in New Issue
Block a user