mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 13:41:24 +01:00
git-svn-id: http://svn.automattic.com/wordpress/trunk@8693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0144bd4233
commit
f683a857da
@ -10,7 +10,8 @@
|
|||||||
require_once('admin.php');
|
require_once('admin.php');
|
||||||
|
|
||||||
// Handle bulk actions
|
// Handle bulk actions
|
||||||
if ( isset($_GET['action']) && $_GET['action'] != 'Actions' ) {
|
if ( !empty($_GET['action']) && $_GET['action'] != 'Actions' ) {
|
||||||
|
echo "Ation is " . $_GET['action'];
|
||||||
switch ( $_GET['action'] ) {
|
switch ( $_GET['action'] ) {
|
||||||
case 'delete':
|
case 'delete':
|
||||||
if ( isset($_GET['post']) ) {
|
if ( isset($_GET['post']) ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user