- Timestamp:
- 03/18/2018 09:56:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/blogs/functions.php
r11855 r11899 3 3 * Blogs functions 4 4 * 5 * @since 1.0.05 * @since 3.0.0 6 6 */ 7 7 … … 10 10 11 11 /** 12 * @since 1.0.012 * @since 3.0.0 13 13 */ 14 14 function bp_nouveau_get_blogs_directory_nav_items() { … … 65 65 * Use this filter to introduce your custom nav items for the blogs directory. 66 66 * 67 * @since 1.0.067 * @since 3.0.0 68 68 * 69 69 * @param array $nav_items The list of the blogs directory nav items. … … 75 75 * Get Dropdown filters for the blogs component 76 76 * 77 * @since 1.0.077 * @since 3.0.0 78 78 * 79 79 * @param string $context 'directory' or 'user' … … 97 97 * or 'bp_blogs_directory_order_options' 98 98 * 99 * @since 1.0.099 * @since 3.0.0 100 100 * 101 101 * @param array the blogs filters. … … 118 118 * Catch the arguments for buttons 119 119 * 120 * @since 1.0.0120 * @since 3.0.0 121 121 * 122 122 * @param array $buttons The arguments of the button that BuddyPress is about to create. … … 135 135 * Add settings to the customizer for the blogs component. 136 136 * 137 * @since 1.0.0137 * @since 3.0.0 138 138 * 139 139 * @param array $settings the settings to add. … … 156 156 * Add controls for the settings of the customizer for the blogs component. 157 157 * 158 * @since 1.0.0158 * @since 3.0.0 159 159 * 160 160 * @param array $controls the controls to add. … … 177 177 * Inline script to toggle the signup blog form 178 178 * 179 * @since 1.0.0179 * @since 3.0.0 180 180 * 181 181 * @return string Javascript output … … 210 210 * Adds a class if blog item has a latest post. 211 211 * 212 * @since 1.2.0212 * @since 3.0.0 213 213 */ 214 214 function bp_nouveau_blog_loop_item_has_lastest_post( $classes ) {
Note: See TracChangeset
for help on using the changeset viewer.