Skip to content

Instantly share code, notes, and snippets.

@aanomm
aanomm / gist:2778254
Created May 23, 2012 22:35 — forked from markoheijnen/gist:2399864
Change Post to News
<?php
add_action( 'init', array( &$this, 'change_post_object_label' ), 0 );
add_action( 'admin_menu', array( &$this, 'change_post_menu_label' ), 0 );
add_filter( 'post_updated_messages', array( &$this, 'post_updated_messages') );
function change_post_menu_label() {
global $menu;
global $submenu;
if( isset( $menu[5], $submenu['edit.php'] ) ) {