This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name | Type | Start Date | End Date | Moon Dependent | Notes | |
---|---|---|---|---|---|---|
New Year's Day | Public Holiday | 2025-01-01 | 2025-01-01 | N | Wednesday | |
Isra' Mi'raj | Public Holiday | 2025-01-27 | 2025-01-27 | N | Monday | |
Chinese New Year | Public Holiday | 2025-01-29 | 2025-01-29 | N | Wednesday | |
National Day | Public Holiday | 2025-02-23 | 2025-02-23 | N | Sunday | |
National Day | Public Holiday Replacement | 2025-02-24 | 2025-02-24 | N | Monday | |
First Day of Ramadhan | Public Holiday | 2025-03-03 | 2025-03-03 | Y | Sunday 2025-03-02 / Monday 2025-03-03 | |
Nuzul Al-Qur'an | Public Holiday | 2025-03-18 | 2025-03-18 | Y | Tuesday 2025-03-18 / Wednesday 2025-03-19 | |
Hari Raya | Public Holiday | 2025-03-31 | 2025-04-02 | Y | 3 days starting on Monday 2025-03-31 / Tuesday 2025-04-01 | |
RBAF Day | Public Holiday | 2025-05-31 | 2025-05-31 | N | Saturday |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function wp_editor_fontsize_filter( $buttons ) { | |
array_shift( $buttons ); | |
array_unshift( $buttons, 'fontsizeselect'); | |
array_unshift( $buttons, 'formatselect'); | |
return $buttons; | |
} | |
add_filter('mce_buttons_2', 'wp_editor_fontsize_filter'); | |
// Customize mce editor font sizes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* WITH MODS TO ORIG -- iOS Browser Bookmarklets to launch other apps and stuff */ | |
/* ver 2014-04-14a */ | |
/* backing up my "Open In" bookmarks */ | |
// note iOS6 requires some changes to these | |
// BEGIN TESTING STUFF -- IN PROFRESS LIKELY NOT WORKING | |
// SOME WORK, MOST tests are not WORK -- | |
// PINNER APP TEST STUFF (as a private one) | |
// the page title as the title and your selected text as the description. |