Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #40379


Ignore:
Timestamp:
04/07/2017 04:46:30 AM (9 years ago)
Author:
SergeyBiryukov
Comment:

Hi @adminhoang, welcome to WordPress Trac!

This Trac is used for enhancements and bug reporting for the WordPress core software.

Could you clarify what you are trying to do?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40379

    • Property Focuses javascript docs template removed
  • Ticket #40379 – Description

    initial v1  
     1{{{
    12 //Fetch ALL dashboard widget options from the db...
    23    $opts = get_option( 'dashboard_widget_options' );
     
    1718    return update_option('dashboard_widget_options', $opts);
    1819}
     20}}}