Plugin Directory

Changeset 3052686


Ignore:
Timestamp:
03/17/2024 01:53:56 PM (2 years ago)
Author:
Jeffinho2016
Message:

test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sortable-dashboard-to-do-list/assets/blueprints/blueprint.json

    r3052685 r3052686  
    99    ],
    1010    "steps": [
    11     {
    12             "step": "runPHP",
    13             "code": "<?php add_action('wp_dashboard_setup','sdtdl_remove_meta_boxes');function sdtdl_remove_meta_boxes() {remove_meta_box( 'dashboard_activity', 'dashboard', 'normal');}"
    14         },
    1511        {
    1612            "step": "login",
     
    1814            "password": "password"
    1915        },
     16        {
     17            "step": "runPHP",
     18            "code": "<?php add_action('wp_dashboard_setup','sdtdl_remove_meta_boxes');function sdtdl_remove_meta_boxes() {remove_meta_box( 'dashboard_activity', 'dashboard', 'normal');}"
     19        },
    2020        {
    2121            "step": "installPlugin",
Note: See TracChangeset for help on using the changeset viewer.